I have this on my server: http://forum.sa-mp.com/showthread.php?t=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?
Code:
// 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);
}