Advertisement
Guest User

Untitled

a guest
Oct 16th, 2013
8,197
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
C++ 0.20 KB | None | 0 0
  1. public OnVehicleMod(playerid,vehicleid,componentid)
  2. {
  3.     if(IsPlayerConnected(playerid) && GetPlayerInterior(playerid) != 0)
  4.     {
  5.         if(componentid != 1010)
  6.         {
  7.             Ban(playerid);
  8.         }
  9.     }
  10.     return 1;
  11. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement