08.04.2014, 11:49
I think that will be a bit faster and better..
pawn Код:
stock IsPlayerInCopVehicle(playerid)
{
switch(GetPlayerVehicleID(playerid))
{
case 427, 490, 497, 523, 596, 597, 598, 599: return 1;
default: return 0;
}
}