22.01.2011, 23:16
and also I have this one:
pawn Код:
public OnPlayerStateChange(playerid, newstate, oldstate)
{
if(newstate == PLAYER_STATE_ONFOOT && Speedox[playerid] == 1)
{
TextDrawHideForPlayer(playerid, Text:SPEEDOX);
}
return 1;
}