21.07.2014, 15:44
Assim esta certo?
pawn Код:
public OnPlayerStateChange(playerid, newstate, oldstate)
{
if(oldstate == PLAYER_STATE_PASSENGER && newstate == PLAYER_STATE_PASSENGER)
{
TextDrawHideForPlayer(playerid, Combust);
TextDrawHideForPlayer(playerid, Velo);
TextDrawHideForPlayer(playerid, Kmh);
TextDrawHideForPlayer(playerid, Veiculo);
TextDrawHideForPlayer(playerid, Localidades);
}
return 1;
}