Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- C:\Users\Vlado\Desktop\YugoSlavia RP\gamemodes\up-rp.pwn(8449) : error 021: symbol already defined: "@yC_count"
- C:\Users\Vlado\Desktop\YugoSlavia RP\gamemodes\up-rp.pwn(8449) : error 021: symbol already defined: "@yC_count"
- C:\Users\Vlado\Desktop\YugoSlavia RP\gamemodes\up-rp.pwn(8449) : error 025: function heading differs from prototype
- C:\Users\Vlado\Desktop\YugoSlavia RP\gamemodes\up-rp.pwn(8449) : fatal error 107: too many error messages on one line
- Compilation aborted.Pawn compiler 3.2.3664 Copyright (c) 1997-2006, ITB CompuPhase
- 4 Errors.
- CMD:count(playerid, params[])
- {
- //#pragma unused help
- //#pragma unused params
- if(UlogovanProvera[playerid] == 0) return SCM(playerid,-1,"FarkiAS | "CRVENA"Moras se ulogovati da bi koristio ovu komandu!");
- if(AdminDuty[playerid] == 0 && GMDuty[playerid] == 0) return SCM(playerid,-1,""CRVENA"[FarkiAS] "SIVA"Morate biti na Admin & GameMaster duznosti!");
- if (PlayerInfo[playerid][pGM] >= 2 || PlayerInfo[playerid][pAdmin] >= 1)
- {
- if (auts == false)
- {
- auts = true;
- foreach (Player, i)
- {
- 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)
- {
- if(Prisustvuje[i] != false)
- {
- GameTextForPlayer(i, "~n~~n~~n~~n~~n~~n~~n~~n~~n~~n~~n~~g~-~y~ 5 ~g~-",1000,3);
- TogglePlayerControllable(i, 0);
- SetTimer("pokreni", 1, 0);
- SetTimer("count4",1000,0);
- SetTimer("count3",2000,0);
- SetTimer("count2",3000,0);
- SetTimer("count1",4000,0);
- SetTimer("countgo",5000,0);
- }
- }
- }
- }
- else
- {
- SendClientMessage(playerid, 0xFF9900AA, "Vec Je pocelo!");
- return 1;
- }
- }
- if(PlayerInfo[playerid][pAdmin] >= 1 || PlayerInfo[playerid][pGM] >= 1 && event == 0)
- {
- foreach (Player, i)
- {
- GameTextForPlayer(i, "~n~~n~~n~~n~~n~~n~~n~~n~~n~~n~~n~~g~ ~r~ 5 ~g~ ",1000,3);
- GameTextForPlayer(playerid, "~n~~n~~n~~n~~n~~n~~n~~n~~n~~n~~n~~g~ ~r~ 5 ~g~ ",1000,3);
- SetTimerEx("vcount4", 1000, false, "e", playerid);
- SetTimerEx("vcount3", 2000, false, "e", playerid);
- SetTimerEx("vcount2", 3000, false, "e", playerid);
- SetTimerEx("vcount1", 4000, false, "e", playerid);
- SetTimerEx("vcountgo", 5000, false, "e", playerid);
- }
- }
- return 1;
- }
Advertisement
Add Comment
Please, Sign In to add comment