Guest User

Untitled

a guest
Sep 20th, 2018
78
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.34 KB | None | 0 0
  1. new string[128];
  2. format(string, sizeof(string), "%s Says: %s", GetPlayerNameEx(playerid), text);
  3. ProxDetector(20.0, playerid, string,COLOR_FADE1,COLOR_FADE2,COLOR_FADE3,COLOR_FADE4,COLOR_FADE5);
  4. new lengthtime = strlen(text);
  5. new time = lengthtime*50;
  6. ApplyAnimation(playerid,"PED","IDLE_CHAT",4.0,0,0,0,0,time);
  7. return 0;
Add Comment
Please, Sign In to add comment