garfield

[COD]: s_Static, Use strings státicas sem bugs.

Dec 16th, 2011
245
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Pawn 0.30 KB | None | 0 0
  1. // Função: Retira Bugs com strings estáticas
  2. // Uso: Nesta versão o uso dela só pode ser com Arrays.
  3. // Créditos: [iPs]SuYaNw
  4.  
  5. #define s_Static:%0<%1>; static %0[%1] = EOS;
  6.  
  7. // Exemplo de uso:
  8.  
  9. s_Static:MyString<50>;
  10. format(MyString, sizeof(MyString),"Olá Mundinho legal!");
  11. print(MyString);
Advertisement
Add Comment
Please, Sign In to add comment