20.05.2016, 03:55
I have this on my server: https://sampforum.blast.hk/showthread.php?tid=317303
But they still can put invalid mods, its because I didn't use this?
Because I have no idea where to put it.
But they still can put invalid mods, its because I didn't use this?
Код:
// assumes player is in a car - make sure it is.
illegal_nos_vehicle(PlayerID) {
new carid = GetPlayerVehicleID(PlayerID);
new playercarmodel = GetVehicleModel(carid);
return IllegalCarNitroIde(playercarmodel);
}

