[HELP] An Object created by a command...
#4

It might have to do with the fact that you are placing it 0.7 below the ground.

Try placing it at
Код:
CreateObject(1238, X, Y+0.1, Z, 0.0, 0.0, A);
Also, you have a lot of duplicate code you could cut down on.
instead of checking each players:
Код:
if(PlayerInfo[playerid][pCono1] == 0)
Add in a for loop before creating the object which checks for 0, then create the object once an empty slot has been found.
Reply


Messages In This Thread
[HELP] An Object created by a command... - by LorDWolfharT - 16.12.2009, 19:36
Re: [HELP] An Object created by a command... - by Naruto4 - 16.12.2009, 19:42
Re: [HELP] An Object created by a command... - by LorDWolfharT - 16.12.2009, 19:45
Re: [HELP] An Object created by a command... - by mansonh - 16.12.2009, 20:40
Re: [HELP] An Object created by a command... - by dice7 - 16.12.2009, 20:47
Re: [HELP] An Object created by a command... - by Andy_McKinley - 16.12.2009, 20:55
Re: [HELP] An Object created by a command... - by LorDWolfharT - 17.12.2009, 13:55

Forum Jump:


Users browsing this thread: 2 Guest(s)