Guest User

Untitled

a guest
Oct 15th, 2017
132
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.11 KB | None | 0 0
  1. C:\Users\Strahinja\Desktop\Balkan Cloud RolePlayGaming 0.3.7\gamemodes\bc-rp.pwn(14338) : error 029: invalid expression, assumed zero
  2. C:\Users\Strahinja\Desktop\Balkan Cloud RolePlayGaming 0.3.7\gamemodes\bc-rp.pwn(14338) : warning 215: expression has no effect
  3. C:\Users\Strahinja\Desktop\Balkan Cloud RolePlayGaming 0.3.7\gamemodes\bc-rp.pwn(14338) : error 001: expected token: ";", but found "if"
  4. C:\Users\Strahinja\Desktop\Balkan Cloud RolePlayGaming 0.3.7\gamemodes\bc-rp.pwn(14338) : error 036: empty statement
  5. C:\Users\Strahinja\Desktop\Balkan Cloud RolePlayGaming 0.3.7\gamemodes\bc-rp.pwn(14338) : fatal error 107: too many error messages on one line
  6.  
  7. Compilation aborted.Pawn compiler 3.2.3664 Copyright (c) 1997-2006, ITB CompuPhase
  8.  
  9.  
  10. 4 Errors.
  11. Problem je u ovoj prvoj liniji Else if bla bla bla
  12. Evo ga celo sam ubacio pa mozete da vidite
  13. else if(IsPlayerInRangeOfPoint(playerid, 10.0, -75.9113, -352.2065, 3.1565)); //errori ////////////////
  14. {
  15. if(PlayerInfo[playerid][pClan] == 7 || PlayerInfo[playerid][pLider] == 7)
  16. {
  17. MoveDynamicObject(basekapija, -75.6983, -364.0204, 3.1565, 2.0);
  18. KapijeTimer[playerid] = SetTimer("ZatvaranjeBASE", 7000, 0);
  19. format(string, sizeof(string), "* %s otvara kapiju.", GetName(playerid));
  20. ProxDetector(30.0, playerid, string, PROX,PROX,PROX,PROX,PROX);
  21. SCM(playerid,-1,""ZUTA"Yakuza | "BELA"Kapija je otvorena i zatvorice se automatski!");
  22. }
  23. else return SCM(playerid,-1, ""ZUTA"[Yakuza]: "BELA"Samo clanovi Yakuza!");
  24. }
  25. else if(IsPlayerInRangeOfPoint(playerid, 10.0, -75.8444, -326.9831, 6.1236)) //
  26. {
  27. if(PlayerInfo[playerid][pClan] == 7 || PlayerInfo[playerid][pLider] == 7)
  28. {
  29. MoveDynamicObject(basekapija1, -75.80960, -329.27579, -1.20428, 2.0);
  30. KapijeTimer[playerid] = SetTimer("ZatvaranjeBASE1", 7000, 0);
  31. format(string, sizeof(string), "* %s otvara kapiju.", GetName(playerid));
  32. ProxDetector(30.0, playerid, string, PROX,PROX,PROX,PROX,PROX);
  33. SCM(playerid,-1,""CRVENA"Yakuza | "BELA"Kapija je otvorena i zatvorice se automatski!");
  34. }
  35. else return SCM(playerid,-1, ""CRVENA"[Base 5]: "BELA"Samo clanovi Yakuza!");
  36. }
  37. }
Advertisement
Add Comment
Please, Sign In to add comment