Author Topic: extract package Prints of 5 file zip into add on folder.  (Read 1446 times)

how I can set package print to extract all print into add-on:
1x1
1x1f
1x2f
2x2f
2x2r

I not want package separate.
Requirement use server.cs
Code: [Select]
exec("Add-Ons/Print_1x1_nameHere.zp");
exec("Add-Ons/Print_1x1f_nameHere.zp");
exec("Add-Ons/Print_1x2f_nameHere.zp");                    
exec("Add-Ons/Print_2x2f_nameHere.zp");
exec("Add-Ons/Print_2x2r_nameHere.zp");

I want make sure this correct extract all package into add on instead downlad 5 each. these above is correct or I am wrong.

If someone help me this coding for print worked, then I ll lock this topic.

okay what

why are you trying to do that

okay what

why are you trying to do that
because I made print in 5 zip file packs in one zip file and post in rtb, when someone want download  print then itself extract into your add-on folder, or you perfer 5 package separate. you have go 5 page website of rtb pages, click then go other page click like total 5 time instead one time download zip files. Do you understand ?

okay no

i dont understand

okay no

i dont understand
then why you post, and you not even know what script code is anyway.

1. Prints are loaded automatically.
2. Absolutely NO POINT in having five different addons for one thing, just put them all into one file.
3. This is stupid and you should feel as such.

1. Prints are loaded automatically.
2. Absolutely NO POINT in having five different addons for one thing, just put them all into one file.
3. This is stupid and you should feel as such.
You want stupid five package separate zip, it take you alot work *click Download* then next other page *click download* then next other page , Do you want keep going on ? you loving idiots ! you are no scripter ! get loving out  hell this my topic, go post somewhere esle.

You have no idea how hard it is to understand you, but it's not your fault your deaf. You just have to understand we can't understand you very well. We don't know what you're trying to do here.

EDIT: You can't extract zip files with torque. You have to read everything in the zip file and copy it outside yourself.
« Last Edit: July 18, 2010, 06:14:57 PM by Destiny/Zack0Wack0 »

You have no idea how hard it is to understand you, but it's not your fault your deaf. You just have to understand we can't understand you very well. We don't know what you're trying to do here.

EDIT: You can't extract zip files with torque. You have to read everything in the zip file and copy it outside yourself.
you have good point. when I create print with 5 packages put in one zip file, then I have to upload to RTB posting, when someone someone want download into add-on folder, enable it should automatically extract all 5 zip files into add-ons folder, that smiple.

Edit:
Code: [Select]
activatepackage(Print_package);
activatepackage(UnLag);
exec("Add-Ons/Print_1x1_nameHere.zp");
exec("Add-Ons/Print_1x1f_nameHere.zp");
exec("Add-Ons/Print_1x2f_nameHere.zp");                   
exec("Add-Ons/Print_2x2f_nameHere.zp");
exec("Add-Ons/Print_2x2r_nameHere.zp");
     }
something like that.
« Last Edit: July 18, 2010, 06:27:57 PM by Furling »

... I just told you you can't extract files using torque. You have to do it manually.

I think he is trying to create a print "pack" with different sized prints in sub-folders.

hahaha you said he (otto-san) isn't a good scripter!!!
dude come suck my richard!

edit: oh yea... i remember your freebuild :))) so does my vce projectile spam :)))
« Last Edit: July 18, 2010, 11:25:54 PM by tyler0 »

so does my vce projectile spam :)))
Why do you idiots do stuff like this, just leave the server if you don't like it, you don't have to leave a giant trail of poop on the way out.

Tom

The RTB add-on scanner will reject it if you put all of the separate add-ons n one zip.

I was saying to put all the files into one file instead of having five different ones.
« Last Edit: July 19, 2010, 04:29:00 PM by otto-san »