21.10.2014, 14:35
You should probably use:
if(GetPlayerState(playerid) == PLAYER_STATE_DRIVER) otherwise you're allowing an rcon'd admin to execute the command while he's a passenger.
if(GetPlayerState(playerid) == PLAYER_STATE_DRIVER) otherwise you're allowing an rcon'd admin to execute the command while he's a passenger.