Advertisement
Guest User

Exemplo

a guest
Oct 8th, 2015
104
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Pawn 0.28 KB | None | 0 0
  1. //precisa ter as variáveis que recebem o nome do player
  2.  
  3. GetPlayerName(playerid, nome, sizeof(nome));
  4. GetPlayerName(id, nome2, sizeof(nome2));
  5.  
  6. GetPlayerID(nome);
  7. GetPlayerID(nome2);
  8.  
  9. GameTextForPlayer(playerid, texto, tempo, fonte);
  10. GameTextForPlayer(id, texto, tempo, fonte);
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement