07.07.2011, 19:14
Hi people.I need that thing,if any player sit in any vehicle and other player wanna to drop player from vehicle,he get stopped and will get message "Please don't steal a car".
if(GetPlayerState(playerid) == 5)
{
// execute your code
}
You can try to use Player States.
More to read about them: https://sampwiki.blast.hk/wiki/GetPlayerState |