Advertisement
Guest User

Untitled

a guest
Oct 22nd, 2018
103
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.78 KB | None | 0 0
  1. if(MasterChi[playerid] == 1)
  2. {
  3. //if(strcmp(text, "LEARN!", true) || strcmp(text, "Cancel", true))
  4. if ((strcmp("LEARN!", text, true, strlen(text)) == 0) && (strlen(text) == strlen("yes")))
  5. {
  6. SCM(playerid,-1,"ne zu dumm sorrry");
  7. return 0;
  8. }
  9. else if ((strcmp("Cancel", text, true, strlen(text)) == 0) && (strlen(text) == strlen("yes")))
  10. {
  11. SCM(playerid,-1,"Master Chi: Don't waste my Time.");
  12. ApplyActorAnimation(taichi,"PARK","Tai_Chi_in",4.1,1,1,1,0,0);
  13. SetCameraBehindPlayer(playerid);
  14. return 0;
  15. }
  16. else
  17. {
  18. SCM(playerid,-1,"Master Chi: What??");
  19. SCM(playerid,COLOR_LIGHTBLUE,"Write 'LEARN!' to learn new Fightingstyles or 'Cancel' to leave");
  20. return 0;
  21. }
  22. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement