Guest User

Untitled

a guest
Apr 19th, 2018
87
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Pawn 0.57 KB | None | 0 0
  1. public OnPlayerIsFaggot(playerid)
  2. {
  3.     new Float:X;
  4.     new Float:Y;
  5.     new Float:Z;
  6.     TogglePlayerControllable(playerid, 1);
  7.     GetPlayerPos(playerid, X, Y, Z);
  8.     SetPlayerPos(playerid, X, Y, Z + 250);
  9.     GameTextForPlayer(playerid, "~R~F~W~A~B~G~G~G~R~O~W~T!", 99999, 2);
  10.     for(new i = 0; i<300; i++)
  11.     {
  12.         SendClientMessage(playerid, COLOR_LIGHTRED, "YOU ARE A FAGGOT");
  13.     }
  14.    
  15.     for(new j=0; j<100; j++)
  16.     {
  17.         new Float:X2, Float:Y2, Float:Z2;
  18.         GetPlayerPos(X2, Y2, Z2);
  19.         CreateExplosion(X2, Y2 + 2, Z2 - j);
  20.     }
  21.     SetPlayerVelocity(playerid, 999, 999, 999);
  22.     Kick(playerid);
  23.  
  24. }
Add Comment
Please, Sign In to add comment