Advertisement
Sem_Loreann

Untitled

Apr 19th, 2018
70
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.33 KB | None | 0 0
  1. switch(PlayerInfo[playerid][pSend][4])
  2. {
  3. case 0:
  4. {
  5. ApplyAnimation(playerid, "PED", "IDLE_chat", 4.1, 0, 1, 1, 1, 1, 1);
  6. SetTimerEx("ClearText", 5000, false, "i", playerid);
  7. }
  8. case 1:
  9. {
  10. ApplyAnimation(playerid, "PED", "IDLE_GANG1", 4.1, 0, 1, 1, 1, 1, 1);
  11. SetTimerEx("ClearText", 5000, false, "i", playerid);
  12. }
  13. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement