Guest User

erer

a guest
Sep 14th, 2014
213
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.51 KB | None | 0 0
  1. C:\Users\Vlado\Desktop\YugoSlavia RP\gamemodes\up-rp.pwn(8449) : error 021: symbol already defined: "@yC_count"
  2. C:\Users\Vlado\Desktop\YugoSlavia RP\gamemodes\up-rp.pwn(8449) : error 021: symbol already defined: "@yC_count"
  3. C:\Users\Vlado\Desktop\YugoSlavia RP\gamemodes\up-rp.pwn(8449) : error 025: function heading differs from prototype
  4. C:\Users\Vlado\Desktop\YugoSlavia RP\gamemodes\up-rp.pwn(8449) : fatal error 107: too many error messages on one line
  5.  
  6. Compilation aborted.Pawn compiler 3.2.3664 Copyright (c) 1997-2006, ITB CompuPhase
  7.  
  8.  
  9. 4 Errors.
  10.  
  11.  
  12. CMD:count(playerid, params[])
  13. {
  14. //#pragma unused help
  15. //#pragma unused params
  16. if(UlogovanProvera[playerid] == 0) return SCM(playerid,-1,"FarkiAS | "CRVENA"Moras se ulogovati da bi koristio ovu komandu!");
  17. if(AdminDuty[playerid] == 0 && GMDuty[playerid] == 0) return SCM(playerid,-1,""CRVENA"[FarkiAS] "SIVA"Morate biti na Admin & GameMaster duznosti!");
  18. if (PlayerInfo[playerid][pGM] >= 2 || PlayerInfo[playerid][pAdmin] >= 1)
  19. {
  20. if (auts == false)
  21. {
  22. auts = true;
  23. foreach (Player, i)
  24. {
  25. if(ecp[i] == 1 || ecp[i] == 2 || ecp[i] == 3 || ecp[i] == 4 || ecp[i] == 5 || ecp[i] == 6 || ecp[i] == 7 || ecp[i] == 8 || ecp[i] == 9 || ecp[i] == 10 || ecp[i] == 11 || ecp[i] == 12 || ecp[i] == 13 || ecp[i] == 14 || ecp[i] == 15 || ecp[i] == 16 || ecp[i] == 17 || ecp[i] == 18 || ecp[i] == 19)
  26. {
  27. if(Prisustvuje[i] != false)
  28. {
  29. GameTextForPlayer(i, "~n~~n~~n~~n~~n~~n~~n~~n~~n~~n~~n~~g~-~y~ 5 ~g~-",1000,3);
  30. TogglePlayerControllable(i, 0);
  31. SetTimer("pokreni", 1, 0);
  32. SetTimer("count4",1000,0);
  33. SetTimer("count3",2000,0);
  34. SetTimer("count2",3000,0);
  35. SetTimer("count1",4000,0);
  36. SetTimer("countgo",5000,0);
  37. }
  38. }
  39. }
  40. }
  41. else
  42. {
  43. SendClientMessage(playerid, 0xFF9900AA, "Vec Je pocelo!");
  44. return 1;
  45. }
  46. }
  47. if(PlayerInfo[playerid][pAdmin] >= 1 || PlayerInfo[playerid][pGM] >= 1 && event == 0)
  48. {
  49. foreach (Player, i)
  50. {
  51. GameTextForPlayer(i, "~n~~n~~n~~n~~n~~n~~n~~n~~n~~n~~n~~g~ ~r~ 5 ~g~ ",1000,3);
  52. GameTextForPlayer(playerid, "~n~~n~~n~~n~~n~~n~~n~~n~~n~~n~~n~~g~ ~r~ 5 ~g~ ",1000,3);
  53. SetTimerEx("vcount4", 1000, false, "e", playerid);
  54. SetTimerEx("vcount3", 2000, false, "e", playerid);
  55. SetTimerEx("vcount2", 3000, false, "e", playerid);
  56. SetTimerEx("vcount1", 4000, false, "e", playerid);
  57. SetTimerEx("vcountgo", 5000, false, "e", playerid);
  58. }
  59. }
  60. return 1;
  61. }
Advertisement
Add Comment
Please, Sign In to add comment