SA-MP Forums Archive
Player Objects dont work - 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: Player Objects dont work (/showthread.php?tid=540997)



Player Objects dont work - Dusan01 - 08.10.2014

Hi guys, when i create player object, that object wont show, and i create that object int another GM and he shows

here is code:
Код:
CreatePlayerObject(playerid, 1586, 1532.94, -1902.28, -56.53,   0.00, 0.00, 270.00,100.0);



Re: Player Objects dont work - ranme15 - 08.10.2014

Post the full code please.


Re: Player Objects dont work - Dusan01 - 08.10.2014

Quote:
Originally Posted by ranme15
Посмотреть сообщение
Post the full code please.
That is the code i just type command and that object should create, im in 129 VW


Re: Player Objects dont work - MrCallum - 08.10.2014

try:

Quote:

CreatePlayerObject(playerid, 1586,1532.94,-1902.28,-56.53,0.00,0.00,270.00,100.0);




Re: Player Objects dont work - Vince - 08.10.2014

Quote:
Originally Posted by MrCallum
Посмотреть сообщение
try:

Код:
CreatePlayerObject(playerid, 1586,1532.94,-1902.28,-56.53,0.00,0.00,270.00,100.0);
You didn't even change anything. Spaces and tabs have NO influence on code, whatsoever.


Re: Player Objects dont work - Dusan01 - 09.10.2014

Hmm someone have solution? in 1 GM that player object shows but in antoher GM dont show...?


Re: Player Objects dont work - Rudy_ - 09.10.2014

How much objects do you have in your gamemode? Are they CreateObject or CreateDynamicObject ?


Re: Player Objects dont work - Dusan01 - 10.10.2014

Quote:
Originally Posted by Rudy_
Посмотреть сообщение
How much objects do you have in your gamemode? Are they CreateObject or CreateDynamicObject ?
in CrateObject i have about 600-700 objectand in CreateDynamicObject about 30k