07.03.2010, 13:56
I made a TP command, but now my Rhino's are invincible. Anyone knows what is wrong? I tried to set PlayerVirtualWorld and not working.
pawn Код:
//wardm
if(strcmp(cmdtext, "/wardm", true) == 0)
{
SetPlayerHealth(playerid, 100.0);
SetPlayerArmour(playerid, 100.0);
ResetPlayerWeapons(playerid);
SetPlayerPos(playerid, -1399.1252441406,1037.9338378906,1028.7286376953);
SetPlayerInterior(playerid, 15);
return 1;
}