21.12.2014, 17:40
Hi,
Why this code is don`t work?
I want show this textdraw when player sit in vehicle. Please help me.
Why this code is don`t work?
Код:
public OnPlayerEnterVehicle(playerid, vehicleid, ispassenger)
{
if(GetPlayerState(playerid) == PLAYER_STATE_DRIVER){
TextDrawShowForPlayer(playerid, Textdraw;
}
return 1;
}


