21.04.2010, 15:54
Код:
if(strcmp(cmd, "/tool", true) == 0)
{
new Float:x; new Float:y; new Float:z;
GetPlayerPos(playerid,x,y,z);
CreateObject(1765,x,y,z,0, 0, 0);
return 1;
}
happens this:
/imageshack/i/notontheground.png/

1. Its not on the ground ( Its the problem )
Now i have a question how can i make that the object wont be in air?

