Advertisement
Breno_Arthur

Deu Erro Clique Aqui Pra Baixa O Codigo Quer Esta Dando Erro

May 3rd, 2011
218
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Pawn 0.51 KB | None | 0 0
  1. format(string, sizeof(string),"[MUTE]: %s foi cortado por 20 segundos para o juramento.");
  2. __________________________________________________________________________________________
  3. Meu Pastebin
  4.  
  5. Macros úteis:
  6.  
  7. peão Código:
  8.  
  9. #define Loop(%1,%2) for(new %1 = 0; %1 < %2; %1++)
  10. #define SendClientMessageEx(%1,%2,%3); {new istring[128]; format(istring, sizeof(istring), %3); SendClientMessage(%1, %2, istring);}
  11. #define SendClientMessageToAllEx(%1,%2); {new istring[128]; format(istring, sizeof(istring), %2); SendCl
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement