30.07.2015, 17:41
Well, this is not an anti vehicle hack script because what if someone wants to use a rhino which is spawned by the server? They would get kicked.
Oh, and this won\'t work:
Checking if vehicle\'s ID is 520 instead of checking the model ID won\'t work well.
I can see that you\'ve just started to script (I assume by your number of posts) and you wanted to make a script someone might use but next time you should check how others created something that you wanted to make.
Oh, and this won\'t work:
pawn Code:
if(GetPlayerVehicleID(playerid) == 520 || GetPlayerVehicleID(playerid) == 432 || GetPlayerVehicleID(playerid) == 425)
I can see that you\'ve just started to script (I assume by your number of posts) and you wanted to make a script someone might use but next time you should check how others created something that you wanted to make.

