02.01.2012, 14:00
I'm making a /setstation radio and i want to know which code to put for check if he is in Driver seat.
I'll Rep+
I'll Rep+
if(GetPlayerVehicleSeat(playerid) != 0)
{
//He isn't the main driver.
return 1;
}