26.06.2009, 23:22
i get this when i complie
the object ids isnt 1111111 its a valid object but im removeing it as i dont want people to see what im adding its something new
but if ya now why i get this error can ya tell me why lol.
pawn Код:
new Float:x,Float:y,Float:z;
GetPlayerPos(i,x,y,z);
thing[i] = CreateStreamedObject(11111, x,y,z, 0.0000, 0.0000, 270.0000);
AttachObjectToPlayer(thing, x,y,z, 0.0000, 0.0000, 270.0000 +2);
the object ids isnt 1111111 its a valid object but im removeing it as i dont want people to see what im adding its something new
but if ya now why i get this error can ya tell me why lol.
Код:
C:\Documents and Settings\marcus\My Documents\marcus server\gamemodes\shady.pwn(7006) : error 035: argument type mismatch (argument 1)