dylan4021

falar chat

Jun 17th, 2011
165
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Pawn 0.39 KB | None | 0 0
  1. public OnPlayerText(playerid, text[])
  2. {
  3.     new string[128];
  4.     GetPlayerName(playerid, nome, sizeof(nome));
  5.     format(string, sizeof(string),"%s diz: %s", nome, text);
  6.     ApplyAnimation(playerid,"PED","IDLE_CHAT",4.0,0,0,0,0,0);
  7.     ProxDetector(20.0, playerid, string,Branco,Branco,Branco,Branco,Branco);
  8.     SetPlayerChatBubble(playerid, text, Branco, 100.0, 10000);
  9.     return true;
  10. }
Advertisement
Add Comment
Please, Sign In to add comment