SA-MP Forums Archive
[HELP]/create - Printable Version

+- SA-MP Forums Archive (https://sampforum.blast.hk)
+-- Forum: SA-MP Scripting and Plugins (https://sampforum.blast.hk/forumdisplay.php?fid=8)
+--- Forum: Scripting Help (https://sampforum.blast.hk/forumdisplay.php?fid=12)
+--- Thread: [HELP]/create (/showthread.php?tid=341414)



[HELP]/create - 3RoR - 10.05.2012

how to create a CMD(STRCMP)/create, for props ? /create [VALUE] [EARNING]
Код:
PropInfo[id][PropX] = floatstr(Argument[1]);
PropInfo[id][PropY] = floatstr(Argument[2]);
PropInfo[id][PropZ] = floatstr(Argument[3]);
PropInfo[id][PropValue] = strval(Argument[4]);
PropInfo[id][PropEarning] = strval(Argument[5]);
|||||||||||||||||||||||||||||||||||||||||||||
SAVE IN new File: propfile = fopen("Firmi.txt", io_read);



Re: [HELP]/create - NewerthRoleplay - 10.05.2012

no idea in what you are wanting, explain more


Re: [HELP]/create - 3RoR - 10.05.2012

how to create a cmd /createprop with this functions and to save ?