SA-MP Forums Archive
convertffs - 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: convertffs (/showthread.php?tid=526766)



convertffs - kesarthakur - 19.07.2014

can anybody please give me the icognito's Streamer plugin createdynamicobject format for convertffs please

i know there is already one in there but i want to modify a few things in it so i am asking the format


Re: convertffs - rockhopper - 19.07.2014

CreateDynamicObject(modelid, Float, Float:y, Float:z, Float:rx, Float:ry, Float:rz, worldid = -1, interiorid = -1, playerid = -1, Floattreamdistance = 200.0, Float:drawdistance = 0.0);


Re: convertffs - kesarthakur - 19.07.2014

Quote:
Originally Posted by rockhopper
Посмотреть сообщение
CreateDynamicObject(modelid, Float, Float:y, Float:z, Float:rx, Float:ry, Float:rz, worldid = -1, interiorid = -1, playerid = -1, Floattreamdistance = 200.0, Float:drawdistance = 0.0);
i want this code in Convertffs Format

ex:CreateDynamicObject({model},{x},{y},{z});


Re: convertffs - xVIP3Rx - 19.07.2014

I think I get what you mean, but "Convertffs" gives you the codes for samp ex:CreateObject, You'll have to rename it to the streamer's format, just press "Ctrl+H" and rename it using pawn or else.


Re: convertffs - kesarthakur - 19.07.2014

Quote:
Originally Posted by xVIP3Rx
Посмотреть сообщение
I think I get what you mean, but "Convertffs" gives you the codes for samp ex:CreateObject, You'll have to rename it to the streamer's format, just press "Ctrl+H" and rename it using pawn or else.
i didnt mean that

if i convert objects in convertffs then it is setting virtual world to -1 but i want it to be 0
so if i know the format of icognito's streamer then i can change the virtualworld thing


Re: convertffs - xVIP3Rx - 19.07.2014

pawn Код:
native CreateDynamicObject(modelid, Float:x, Float:y, Float:z, Float:rx, Float:ry, Float:rz, worldid = -1, interiorid = -1, playerid = -1, Float:streamdistance = 200.0, Float:drawdistance = 0.0);
quotation from here

and in case you don't know, "-1" means that the object will be shown in all virtual worlds.