23.02.2010, 17:49
its ok
i should have explained it better,
oh yea and this: warning 219: local variable "Pos" shadows a variable at a preceding level
code:
383: new Pos[3]
GetPlayerPos(playerid, Pos[0], Pos[1], Pos[2]);
385: SetPlayerPos(playerid, Pos[0], Pos[1], Pos[2] + 10);
SendClientMessage(playerid, 0xFF0000AA, "Commander: team car jacking isn't allowed here !!");
i used Pos somewhere else to spawn a car but i dont know if that effects warning 219.

oh yea and this: warning 219: local variable "Pos" shadows a variable at a preceding level
code:
383: new Pos[3]
GetPlayerPos(playerid, Pos[0], Pos[1], Pos[2]);
385: SetPlayerPos(playerid, Pos[0], Pos[1], Pos[2] + 10);
SendClientMessage(playerid, 0xFF0000AA, "Commander: team car jacking isn't allowed here !!");
i used Pos somewhere else to spawn a car but i dont know if that effects warning 219.