Advertisement
Guest User

Untitled

a guest
Oct 19th, 2017
64
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.40 KB | None | 0 0
  1. else PlayerInfo[playerid][pAmmo][slot] = ammo;
  2. if( hittype == BULLET_HIT_TYPE_PLAYER ) {
  3. if( hitid == playerid ) {
  4. new acstring[256];
  5. format( acstring, sizeof( acstring ), "[JM-SECURITY] %s je kickovan sa servera. Razlog: Bullet Crash", GetName( playerid ) );
  6. AdminPoruka( SVETLOCRVENA, acstring );
  7. ACKick(playerid, "Bullet Crash");
  8. return 0;
  9. }
  10. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement