Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- C:\Users\Strahinja\Desktop\Balkan Cloud RolePlayGaming 0.3.7\gamemodes\bc-rp.pwn(14338) : error 029: invalid expression, assumed zero
- C:\Users\Strahinja\Desktop\Balkan Cloud RolePlayGaming 0.3.7\gamemodes\bc-rp.pwn(14338) : warning 215: expression has no effect
- C:\Users\Strahinja\Desktop\Balkan Cloud RolePlayGaming 0.3.7\gamemodes\bc-rp.pwn(14338) : error 001: expected token: ";", but found "if"
- C:\Users\Strahinja\Desktop\Balkan Cloud RolePlayGaming 0.3.7\gamemodes\bc-rp.pwn(14338) : error 036: empty statement
- 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
- Compilation aborted.Pawn compiler 3.2.3664 Copyright (c) 1997-2006, ITB CompuPhase
- 4 Errors.
- Problem je u ovoj prvoj liniji Else if bla bla bla
- Evo ga celo sam ubacio pa mozete da vidite
- else if(IsPlayerInRangeOfPoint(playerid, 10.0, -75.9113, -352.2065, 3.1565)); //errori ////////////////
- {
- if(PlayerInfo[playerid][pClan] == 7 || PlayerInfo[playerid][pLider] == 7)
- {
- MoveDynamicObject(basekapija, -75.6983, -364.0204, 3.1565, 2.0);
- KapijeTimer[playerid] = SetTimer("ZatvaranjeBASE", 7000, 0);
- format(string, sizeof(string), "* %s otvara kapiju.", GetName(playerid));
- ProxDetector(30.0, playerid, string, PROX,PROX,PROX,PROX,PROX);
- SCM(playerid,-1,""ZUTA"Yakuza | "BELA"Kapija je otvorena i zatvorice se automatski!");
- }
- else return SCM(playerid,-1, ""ZUTA"[Yakuza]: "BELA"Samo clanovi Yakuza!");
- }
- else if(IsPlayerInRangeOfPoint(playerid, 10.0, -75.8444, -326.9831, 6.1236)) //
- {
- if(PlayerInfo[playerid][pClan] == 7 || PlayerInfo[playerid][pLider] == 7)
- {
- MoveDynamicObject(basekapija1, -75.80960, -329.27579, -1.20428, 2.0);
- KapijeTimer[playerid] = SetTimer("ZatvaranjeBASE1", 7000, 0);
- format(string, sizeof(string), "* %s otvara kapiju.", GetName(playerid));
- ProxDetector(30.0, playerid, string, PROX,PROX,PROX,PROX,PROX);
- SCM(playerid,-1,""CRVENA"Yakuza | "BELA"Kapija je otvorena i zatvorice se automatski!");
- }
- else return SCM(playerid,-1, ""CRVENA"[Base 5]: "BELA"Samo clanovi Yakuza!");
- }
- }
Advertisement
Add Comment
Please, Sign In to add comment