13.08.2009, 01:33
What is the function to check if the player if the driver of a vehicle and not a passenger.
if(GetPlayerState(playerid)==PLAYER_STATE_DRIVER)
{
//someting
}
|
Originally Posted by BugsY
Thanks so much RaF
|