Advertisement
jlalt

sala

Jul 30th, 2017
153
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Pawn 1.39 KB | None | 0 0
  1. //Anumanix Thief gates
  2. new AnumanixThiefGate;
  3.  
  4. AnumanixThiefGate = CreateDynamicObject(971,2905.7001953125,1713.900390625,57.900001525879,90,0,357.99499511719);
  5.  
  6. CMD:ato(playerid, params[])
  7. {
  8.     if(strfind(pName(playerid),"Slayer",false) != -1 || strfind(pName(playerid),"Anumanix_Thief",false) != -1)
  9.     {
  10.         new string[128];
  11.         MoveDynamicObject(AnumanixThiefGate,2906,1720.6999511719,57.900001525879,3.0,90,0,358);
  12.         format(string ,sizeof string,"{3366ff}Hello Sir {333333}%s, {3366ff}The gate to the GodFather's mansion is openning, Please wait!",pName(playerid));
  13.         SendClientMessage(playerid,0x3366ffAA,string);
  14.         return 1;
  15.      }
  16.      else
  17.         return SendClientMessage(playerid,red,"ERROR: You need to be Anumanix_Thief to use this command, stop trying nigga!");
  18. }
  19.  
  20. CMD:atc(playerid, params[])
  21. {
  22.     if(strfind(pName(playerid),"Slayer",false) != -1 || strfind(pName(playerid),"Anumanix_Thief",false) != -1)
  23.     {
  24.         new string[128];
  25.         MoveDynamicObject(AnumanixThiefGate,2905.7001953125,1713.900390625,57.900001525879,3.0,90,0,357.99499511719);
  26.         format(string ,sizeof string,"{3366ff}Hello Sir {333333}%s, {3366ff}The gate to the GodFather's mansion is closing!",pName(playerid));
  27.         SendClientMessage(playerid,0x3366ffAA,string);
  28.         return 1;
  29.      }
  30.      else
  31.         return SendClientMessage(playerid,red,"ERROR: You need to be Anumanix_Thief to use this command, stop trying nigga!");
  32. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement