01.11.2010, 18:49
Код:
public OnPlayerUpdate(playerid) { if(IsGod[playerid]) { SetPlayerHealth(playerid, 100.0); if(IsPlayerInAnyVehicle(playerid)) { SetVehicleHealth(GetPlayerVehicleID(playerid), 1000.0); } } }
When i enter my server, with my friend, because of this chunk of code, we are not able to see each other, nor interact...
Can any1 explain this 2 me?