03.04.2016, 17:20
Quote:
public OnPlayerStateChange(playerid, newstate, oldstate) { for(new i=0;i<MAX_PLAYERS;i++) { if(GetPlayerState(i) == PLAYER_STATE_ONFOOT) { TextDrawHideForPlayer(i,PlayerTemp[playerid][Status]); return 1; } } } |