14.03.2012, 11:24
Hi Again Jaber,
Adding the following if statement should prevent that:
Cheers,
TJ
Adding the following if statement should prevent that:
pawn Код:
if(GetPlayerState(playerid) == PLAYER_STATE_DRIVER)
{
//Do Something...
}
TJ