SA-MP Forums Archive
Help me - 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)
+---- Forum: Help Archive (https://sampforum.blast.hk/forumdisplay.php?fid=89)
+---- Thread: Help me (/showthread.php?tid=72966)



Help me - Taz86 - 11.04.2009

Yo all

What is the problem in this:

new Bla;

than under all the objects im doing

bla = createobject( model here, 667.1038,-1216.4923,17.8690);






Re: Help me - Shellegg - 11.04.2009

bla = CreateObject( model here, 667.1038,-1216.4923,17.8690, 0.0000, 0.0000, 0.0000);

The 0.0000 are rotation coords values


Re: Help me - Taz86 - 11.04.2009

what is that mean?


Re: Help me - Campaaa - 11.04.2009

https://sampwiki.blast.hk/wiki/CreateObject
look at that^^


Re: Help me - 13th - 11.04.2009

PAWN is case sensitive.