12.06.2009, 17:09
Rather than defining 17 cars,
How do i make it so i can put it in a command like,
Seen in most roleplay, How would i do that and tell it what cars are copcars, Like the vehicleid,
Not SFPD1 or anything like that, I mean 598 or something,
I dont want to define all 17 cars i just want it to i can do this,
How do i make it so i can put it in a command like,
pawn Код:
Public IsACopCar(vehicleid)
{
}
Not SFPD1 or anything like that, I mean 598 or something,
I dont want to define all 17 cars i just want it to i can do this,
pawn Код:
If (IsPlayerInVehicle(playerid, IsACopCar))