26.04.2011, 09:07
oops, you right...
pawn Код:
public OnPlayerStateChange(playerid, newstate, oldstate)
{
if(newstate == PLAYER_STATE_DRIVER)
{
SendClientMessage(playerid,GREEN,"Press 2 to turn the engine on");
}
}

