Gospodar wrote on September 25, 2023, 10:08 am:
Zasto tako kada imam jednu verziju ja i to bas tu koja je bila na forumu 😄
Poslao sam ti zahtev
Naš forum je uspješno migriran na novu platformu. Svi vaši podaci, računi i sadržaj su prebačeni na GTABLKN.
Prevuci gore ili dole za pozicioniranje
Poslednja aktivnost
pre 2 godine
postova
21
Kreiranih tema
5
XP
190
Pridružio se
maj 2023
Izgleda da Spaska trenutno ne radi ništa
Compiling "c:\Users\Mihajlo\Desktop\BJRPG v1.4.0\gamemodes\bs.pwn"...
c:\Users\Mihajlo\Desktop\BJRPG v1.4.0\gamemodes\bs.pwn(22) : fatal error 100: cannot read from file: "izcmd"
Compilation aborted.
Pawn compiler 3.10.4 Copyright (c) 1997-2006, ITB CompuPhase
1 Error.
Compiling "c:\Users\Mihajlo\Desktop\Balkanium Roleplay v1.0\gamemodes\balkanium-premium.pwn"...
c:\Users\Zoki\Desktop\Balkanium Roleplay v1.0\gamemodes\balkan-premium.pwn(13518) : warning 219: local variable "ServerInfo" shadows a variable at a preceding level
c:\Users\Zoki\Desktop\Balkanium Roleplay v1.0\gamemodes\balkan-premium.pwn(13521) : warning 213: tag mismatch
c:\Users\Zoki\Desktop\Balkanium Roleplay v1.0\gamemodes\balkan-premium.pwn(86231) : warning 229: index tag mismatch (symbol "ServerInfo")
Pawn compiler 3.10.4 Copyright (c) 1997-2006, ITB CompuPhase
Header size: 42332 bytes
Code size: 6986288 bytes
Data size: 81699604 bytes
Stack/heap size: 16384 bytes; estimated max. usage=4418 cells (17672 bytes)
Total requirements:88744608 bytes
3 Warnings.stock UpdateLottoLabel(const ServerInfo[], const ime[])
format(lotto, sizeof(lotto), "%s[ Lotto ]\n%sDa uplatite lotto listic %s/lotto\n%sDa donirate lottu: %s/donirajlotto\n%sLotto donacije: %d$\n%sZadnji donator: %s%s", col_ugblue, col_white, col_blue, col_white, col_blue, col_white, ServerInfo, col_green, col_white, ime);UpdateLottoLabel(ServerInfo, ImeIgraca(playerid));Compiling "c:\Users\Mihajlo\Desktop\Balkanium Roleplay v1.0\gamemodes\balkanium-premium.pwn"...
c:\Users\Zoki\Desktop\Balkanium Roleplay v1.0\gamemodes\balkan-premium.pwn(13518) : warning 219: local variable "ServerInfo" shadows a variable at a preceding level
c:\Users\Zoki\Desktop\Balkanium Roleplay v1.0\gamemodes\balkan-premium.pwn(13521) : warning 213: tag mismatch
c:\Users\Zoki\Desktop\Balkanium Roleplay v1.0\gamemodes\balkan-premium.pwn(86231) : warning 229: index tag mismatch (symbol "ServerInfo")
Pawn compiler 3.10.4 Copyright (c) 1997-2006, ITB CompuPhase
Header size: 42332 bytes
Code size: 6986288 bytes
Data size: 81699604 bytes
Stack/heap size: 16384 bytes; estimated max. usage=4418 cells (17672 bytes)
Total requirements:88744608 bytes
3 Warnings.stock UpdateLottoLabel(const ServerInfo[], const ime[])
format(lotto, sizeof(lotto), "%s[ Lotto ]\n%sDa uplatite lotto listic %s/lotto\n%sDa donirate lottu: %s/donirajlotto\n%sLotto donacije: %d$\n%sZadnji donator: %s%s", col_ugblue, col_white, col_blue, col_white, col_blue, col_white, ServerInfo, col_green, col_white, ime);UpdateLottoLabel(ServerInfo, ImeIgraca(playerid));
Compiling "c:\Users\Zoki\Desktop\Balkanium Roleplay v1.0\gamemodes\balkan-premium.pwn"...
c:\Users\Zoki\Desktop\Balkanium Roleplay v1.0\gamemodes\balkan-premium.pwn(13521) : warning 213: tag mismatch
c:\Users\Zoki\Desktop\Balkanium Roleplay v1.0\gamemodes\balkan-premium.pwn(86228) : error 017: undefined symbol "serverInfo"
c:\Users\Zoki\Desktop\Balkanium Roleplay v1.0\gamemodes\balkan-premium.pwn(86228) : warning 215: expression has no effect
c:\Users\Zoki\Desktop\Balkanium Roleplay v1.0\gamemodes\balkan-premium.pwn(86228) : error 001: expected token: ";", but found "]"
c:\Users\Zoki\Desktop\Balkanium Roleplay v1.0\gamemodes\balkan-premium.pwn(86228) : error 029: invalid expression, assumed zero
c:\Users\Zoki\Desktop\Balkanium Roleplay v1.0\gamemodes\balkan-premium.pwn(86228) : fatal error 107: too many error messages on one line
Compilation aborted.
Pawn compiler 3.10.4 Copyright (c) 1997-2006, ITB CompuPhase
4 Errors.
CMD:donirajlotto(playerid, params[])
{
new novac;
if(sscanf(params, "d", novac)) return UsageMessage(playerid, "/donirajlotto ");
if(novac > 100000) return ErrorMessage(playerid, "Maksimalno 100.000$.");
if(novac < 1000) return ErrorMessage(playerid, "Minimalno 1000$.");
if(PI < novac) return ErrorMessage(playerid, "Nemate dovoljno novca kod sebe.");
serverInfo += novac;
format(globalstring, sizeof(globalstring), "[ LOTTO ] %s je donirao $%d lottu.", ImeIgraca(playerid), novac);
SCMA(-1, globalstring);
UpdateLottoLabel(serverInfo, ImeIgraca(playerid));
return 1;
}
stock UpdateLottoLabel(const serverInfo[], const ime[])
{
new lotto;
format(lotto, sizeof(lotto), "%s[ Lotto ]\n%sDa uplatite lotto listic %s/lotto\n%sDa donirate lottu: %s/donirajlotto\n%sLotto donacije: %d$\n%sZadnji donator: %s%s", col_ugblue, col_white, col_blue, col_white, col_blue, col_white, serverInfo, col_green, col_white, ime);
UpdateDynamic3DTextLabelText(LottoLabel, -1, lotto);
return 1;
}
CMD:skinidonatora(playerid, params[])
{
new response;
new listitem;
response = sscanf(params, "d", listitem);
if (!response) return 1;
if (listitem == 0)
{
PI = 0;
SendClientMessage(playerid, -1, "Vise niste VIP.");
}
else if (listitem == 1)
{
if (PI != 0)
{
SCM(playerid, -1, "{FFFFFF}Odustali ste od gasenja VIP-a.");
}
else
{
SCM(playerid, -1, "{FF0000}Nemate VIP-a.");
}
}
else
{
return 1; // Ako je listitem van opsega, jednostavno završimo funkciju
}
return 1;
}
Nivo 2
5 / 20 otključano