28.02.2014, 13:38
If you're using a command, like /rape [id/name]
Do this:
Do this:
pawn Код:
if(IsPlayerInAnyVehicle(playerid)) // Replace the 'playerid' with the id you want
{
return SendClientMessage(playerid, COLOR, "No one is close enough to rape");
}