SA-MP Forums Archive
Object won't be created - 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: Object won't be created (/showthread.php?tid=662379)



Object won't be created - playstores - 30.12.2018

Quote:

ocmd:test2(playerid,params[])
{
new Float:X,Float:Y,Float:Z;
GetPlayerPos(playerid,X,Y,Z);
CreateObject(10148, X,Y,Z, 0.0, 0.0, 0.0);
}

Doesn't matter which object I use, It just happens nothing


Re: Object won't be created - d1git - 30.12.2018

Looks fine, are you sure OCMD isn't the issue?

Also, you should probably give this a try;
https://github.com/samp-incognito/samp-streamer-plugin


Re: Object won't be created - playstores - 30.12.2018

Quote:
Originally Posted by d1git
Посмотреть сообщение
Looks fine, are you sure OCMD isn't the issue?

Also, you should probably give this a try;
https://github.com/samp-incognito/samp-streamer-plugin
Already using streamer,

and I tried it with strcmp...

no difference