11.11.2010, 06:46
at the topof your script go
then change that line to
then use
pawn Код:
new adminveh;
pawn Код:
adminveh = AddStaticVehicle(487,-221.8909,2658.0103,62.7782,181.4946,46,46);
pawn Код:
new vid;
vid = GetPlayerVehicleID(playerid);
if(vid == adminveh && !IsPlayerAdmin(playerid))RemovePlayerFromVehicle(playerid);