Advertisement
Guest User

Untitled

a guest
Apr 17th, 2014
45
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Pawn 0.33 KB | None | 0 0
  1. public OnVehicleMod(playerid, vehicleid, componentid)
  2. {
  3.     if(GetPlayerInterior(playerid) == 0 && GetPlayerState(playerid) == PLAYER_STATE_DRIVER)
  4.     {
  5.         if(PlayerInfo[playerid][pAdmin] > 0) return 0;
  6.         SendClientMessage(playerid, COLOR_LIGHTRED, "Jus esat kikots aizdomas par hakoshanu (#1441)");
  7.         Kick(playerid);
  8.     }
  9.     return 1;
  10. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement