Sasuke_Uchiha

LCP Fix

Oct 30th, 2016
122
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Pawn 0.33 KB | None | 0 0
  1. new AllowLCP;
  2.  
  3. AllowLCP=0; //When gamemode restarts.
  4.  
  5. forward AllowLCPTeleport();
  6. public AllowLCPTeleport() return AllowLCP=1;
  7.  
  8. if(!AllowLCP) return SendClientMessage(playerid, COLOR_PERSONAL, "• This command can't be used in this mission."); //replace this with the old one just search for command LCP and it should be there.
Add Comment
Please, Sign In to add comment