new Text3D:playertextid;
new Text3D:playertextidgs;
edit: sredio sam moze lock
Prevuci gore ili dole za pozicioniranje
Mistery
Trenutna aktivnost
Izgleda da Mistery trenutno ne radi ništa
Skripta koju koristim:CLRP
Detaljan opis problema: imam komandu /aon na kojoj se iznad admina ispise 3dtextlabel,ali mi izbacuje warninge
Dio skripte:
warining
F:\BPRPa\gamemodes\BPRP.pwn(38300) : warning 213: tag mismatch
F:\BPRPa\gamemodes\BPRP.pwn(38301) : warning 213: tag mismatch
Linije :
38300
playertextid = Create3DTextLabel("Admin na duznosti! (Ne Ometaj!)",SVETLOPLAVA, 30.0, 40.0, 50.0, 40.0, 0,0);
38301
Attach3DTextLabelToPlayer(playertextid, playerid, 0.0, 0.0, 0.3)
Neke slike/video za lakse dobivanje pomoci(neobavezno): /
Detaljan opis problema: imam komandu /aon na kojoj se iznad admina ispise 3dtextlabel,ali mi izbacuje warninge
Dio skripte:
Quote
if(strcmp(cmd, "/aon", true) == 0)
{
if (PlayerInfo >= 1)
{
SetPlayerArmour(playerid, 1000.0);
SetPlayerHealth(playerid, 1000.0);
GetPlayerName(playerid, sendername, sizeof(sendername));
format(string, sizeof(string), "Admin {FFFFFF}%s {00C0FF}je sada na duznosti",sendername);
BroadCast(SVETLOPLAVA, string);
new Float:fa, Float:fy, Float:fu;
GetPlayerPos( playerid, fa, fy, fu );
playertextid = Create3DTextLabel("Admin na duznosti! (Ne Ometaj!)",SVETLOPLAVA, 30.0, 40.0, 50.0, 40.0, 0,0);
Attach3DTextLabelToPlayer(playertextid, playerid, 0.0, 0.0, 0.3)
return 1;
}
else
{
SendClientMessage(playerid, WHITE, "("COL_RED"BP{FFFFFF}!) Nisi admin!");
}
return 1;
}
if(strcmp(cmd, "/aoff", true) == 0)
{
if (PlayerInfo >= 1)
{
SetPlayerArmour(playerid, 0.0);
SetPlayerHealth(playerid, 100.0);
GetPlayerName(playerid, sendername, sizeof(sendername));
format(string, sizeof(string), "Admin {FFFFFF}%s {00C0FF}vise nije na duznosti!",sendername);
BroadCast(SVETLOPLAVA, string);
DeletePlayer3DTextLabel(playerid,playertextid);
return 1;
}
else
{
SendClientMessage(playerid, WHITE, "("COL_RED"BP{FFFFFF}!) Nisi admin!");
}
return 1;
}
{
if (PlayerInfo >= 1)
{
SetPlayerArmour(playerid, 1000.0);
SetPlayerHealth(playerid, 1000.0);
GetPlayerName(playerid, sendername, sizeof(sendername));
format(string, sizeof(string), "Admin {FFFFFF}%s {00C0FF}je sada na duznosti",sendername);
BroadCast(SVETLOPLAVA, string);
new Float:fa, Float:fy, Float:fu;
GetPlayerPos( playerid, fa, fy, fu );
playertextid = Create3DTextLabel("Admin na duznosti! (Ne Ometaj!)",SVETLOPLAVA, 30.0, 40.0, 50.0, 40.0, 0,0);
Attach3DTextLabelToPlayer(playertextid, playerid, 0.0, 0.0, 0.3)
return 1;
}
else
{
SendClientMessage(playerid, WHITE, "("COL_RED"BP{FFFFFF}!) Nisi admin!");
}
return 1;
}
if(strcmp(cmd, "/aoff", true) == 0)
{
if (PlayerInfo >= 1)
{
SetPlayerArmour(playerid, 0.0);
SetPlayerHealth(playerid, 100.0);
GetPlayerName(playerid, sendername, sizeof(sendername));
format(string, sizeof(string), "Admin {FFFFFF}%s {00C0FF}vise nije na duznosti!",sendername);
BroadCast(SVETLOPLAVA, string);
DeletePlayer3DTextLabel(playerid,playertextid);
return 1;
}
else
{
SendClientMessage(playerid, WHITE, "("COL_RED"BP{FFFFFF}!) Nisi admin!");
}
return 1;
}
warining
F:\BPRPa\gamemodes\BPRP.pwn(38300) : warning 213: tag mismatch
F:\BPRPa\gamemodes\BPRP.pwn(38301) : warning 213: tag mismatch
Linije :
38300
playertextid = Create3DTextLabel("Admin na duznosti! (Ne Ometaj!)",SVETLOPLAVA, 30.0, 40.0, 50.0, 40.0, 0,0);
38301
Attach3DTextLabelToPlayer(playertextid, playerid, 0.0, 0.0, 0.3)
Neke slike/video za lakse dobivanje pomoci(neobavezno): /
a kako da definiram?
nemam pojma o scriptanju pa ne zamjerajte 😄
nemam pojma o scriptanju pa ne zamjerajte 😄
evo ovako to izgleda...igram skoro cijeli 1h i nece mi doci payday,uvijek mi se samo prikaze "niste dovoljno dugo igrali za isplatu place"pls help
Quote
public PayDay()
{
new string;
new account,interest;
new rent = 0;
for(new i = 0; i < MAX_PLAYERS; i++)
{
if(IsPlayerConnected(i))
{
if(PlayerInfo > 0)
{
if(MoneyMessage==1)
{
SendClientMessage(i, COLOR_LIGHTRED, "Niste platili dug, u zatvor.");
GameTextForPlayer(i, "~r~Uhapseni!", 2000, 1);
SetPlayerInterior(i, 6);
SetPlayerPos(i, 264.6288,77.5742,1001.0391);
PlayerInfo = 1;
ResetPlayerWeapons(i);
WantedPoints = 0;
PlayerInfo = 240;
format(string, sizeof(string), "Zatvoreni ste na %d sekundi. Jamcevina: nedostupnae", PlayerInfo);
SendClientMessage(i, COLOR_LIGHTBLUE, string);
}
new playername2;
GetPlayerName(i, playername2, sizeof(playername2));
account = PlayerInfo;
new key = PlayerInfo;
if(key != 255)
{
rent = HouseInfo;
if(strcmp(playername2, HouseInfo, true) == 0)
{
rent = 0;
}
else if(rent > GetPlayerMoney(i))
{
PlayerInfo = 255;
SendClientMessage(i, COLOR_WHITE, "Izbaceni ste iz kuce.");
rent = 0;
}
HouseInfo = HouseInfo+rent;
}
new tmpintrate;
if (key != 255 && strcmp(playername2, HouseInfo, true) == 0)
{
if(PlayerInfo > 0) { tmpintrate = intrate+4; }
else { tmpintrate = intrate+2; }//HouseInfo
}
else
{
if(PlayerInfo > 0) { tmpintrate = 3; }
else { tmpintrate = 1; }
}
if(PlayerInfo >= 5)
{
Tax += TaxValue;//Should work for every player online
PlayerInfo -= TaxValue;
if(PlayerInfo > 0)
{
new bonus = PlayerInfo / 2;
PlayerInfo += bonus;
}
new checks = PlayerInfo;
new ebill = (PlayerInfo/10000)*(PlayerInfo);
ConsumingMoney = 1;
GivePlayerMoney(i, checks);
if(PlayerInfo > 0)
{
PlayerInfo -= ebill;
SBizzInfo += ebill;
}
else
{
ebill = 0;
}
interest = (PlayerInfo/1000)*(tmpintrate);
PlayerInfo++;
PlayerPlayMusic(i);
PlayerInfo = account+interest;
SendClientMessage(i, COLOR_WHITE, "|___ BANKOVNI IZVJESTAJ ___|");
format(string, sizeof(string), " Placa: $%d Taxa: -$%d", checks, TaxValue);
SendClientMessage(i, COLOR_GRAD1, string);
if(PlayerInfo != 255 || PlayerInfo != 255)
{
format(string, sizeof(string), " CijenaStruje: -$%d", ebill);
SendClientMessage(i, COLOR_GRAD1, string);
}
format(string, sizeof(string), " Stari Iznos: $%d", account);
SendClientMessage(i, COLOR_GRAD1, string);
format(string, sizeof(string), " Kamatna stopa: 0.%d posto",tmpintrate);
SendClientMessage(i, COLOR_GRAD2, string);
format(string, sizeof(string), " Kamata $%d", interest);
SendClientMessage(i, COLOR_GRAD3, string);
SendClientMessage(i, COLOR_GRAD4, "|--------------------------------------|");
format(string, sizeof(string), " Novi Iznos: $%d", PlayerInfo);
SendClientMessage(i, COLOR_GRAD5, string);
format(string, sizeof(string), " Najam: -$%d", rent);
SendClientMessage(i, COLOR_GRAD5, string);
format(string, sizeof(string), "~y~PayDay~n~~w~Placa");
GameTextForPlayer(i, string, 5000, 1);
rent = 0;
PlayerInfo = 0;
PlayerInfo = 0;
PlayerInfo += 1;
if(PlayerInfo > 0)
{
PlayerInfo += 1;
if(PlayerInfo >= 5)
{
PlayerInfo++;
PlayerInfo = 0;
}
}
}
else
{
SendClientMessage(i, COLOR_LIGHTRED, "* Nisi dovoljno dugo igrao za isplatu place.");
}
}
}
}
Checkprop();
return 1;
}
{
new string;
new account,interest;
new rent = 0;
for(new i = 0; i < MAX_PLAYERS; i++)
{
if(IsPlayerConnected(i))
{
if(PlayerInfo > 0)
{
if(MoneyMessage==1)
{
SendClientMessage(i, COLOR_LIGHTRED, "Niste platili dug, u zatvor.");
GameTextForPlayer(i, "~r~Uhapseni!", 2000, 1);
SetPlayerInterior(i, 6);
SetPlayerPos(i, 264.6288,77.5742,1001.0391);
PlayerInfo = 1;
ResetPlayerWeapons(i);
WantedPoints = 0;
PlayerInfo = 240;
format(string, sizeof(string), "Zatvoreni ste na %d sekundi. Jamcevina: nedostupnae", PlayerInfo);
SendClientMessage(i, COLOR_LIGHTBLUE, string);
}
new playername2;
GetPlayerName(i, playername2, sizeof(playername2));
account = PlayerInfo;
new key = PlayerInfo;
if(key != 255)
{
rent = HouseInfo;
if(strcmp(playername2, HouseInfo, true) == 0)
{
rent = 0;
}
else if(rent > GetPlayerMoney(i))
{
PlayerInfo = 255;
SendClientMessage(i, COLOR_WHITE, "Izbaceni ste iz kuce.");
rent = 0;
}
HouseInfo = HouseInfo+rent;
}
new tmpintrate;
if (key != 255 && strcmp(playername2, HouseInfo, true) == 0)
{
if(PlayerInfo > 0) { tmpintrate = intrate+4; }
else { tmpintrate = intrate+2; }//HouseInfo
}
else
{
if(PlayerInfo > 0) { tmpintrate = 3; }
else { tmpintrate = 1; }
}
if(PlayerInfo >= 5)
{
Tax += TaxValue;//Should work for every player online
PlayerInfo -= TaxValue;
if(PlayerInfo > 0)
{
new bonus = PlayerInfo / 2;
PlayerInfo += bonus;
}
new checks = PlayerInfo;
new ebill = (PlayerInfo/10000)*(PlayerInfo);
ConsumingMoney = 1;
GivePlayerMoney(i, checks);
if(PlayerInfo > 0)
{
PlayerInfo -= ebill;
SBizzInfo += ebill;
}
else
{
ebill = 0;
}
interest = (PlayerInfo/1000)*(tmpintrate);
PlayerInfo++;
PlayerPlayMusic(i);
PlayerInfo = account+interest;
SendClientMessage(i, COLOR_WHITE, "|___ BANKOVNI IZVJESTAJ ___|");
format(string, sizeof(string), " Placa: $%d Taxa: -$%d", checks, TaxValue);
SendClientMessage(i, COLOR_GRAD1, string);
if(PlayerInfo != 255 || PlayerInfo != 255)
{
format(string, sizeof(string), " CijenaStruje: -$%d", ebill);
SendClientMessage(i, COLOR_GRAD1, string);
}
format(string, sizeof(string), " Stari Iznos: $%d", account);
SendClientMessage(i, COLOR_GRAD1, string);
format(string, sizeof(string), " Kamatna stopa: 0.%d posto",tmpintrate);
SendClientMessage(i, COLOR_GRAD2, string);
format(string, sizeof(string), " Kamata $%d", interest);
SendClientMessage(i, COLOR_GRAD3, string);
SendClientMessage(i, COLOR_GRAD4, "|--------------------------------------|");
format(string, sizeof(string), " Novi Iznos: $%d", PlayerInfo);
SendClientMessage(i, COLOR_GRAD5, string);
format(string, sizeof(string), " Najam: -$%d", rent);
SendClientMessage(i, COLOR_GRAD5, string);
format(string, sizeof(string), "~y~PayDay~n~~w~Placa");
GameTextForPlayer(i, string, 5000, 1);
rent = 0;
PlayerInfo = 0;
PlayerInfo = 0;
PlayerInfo += 1;
if(PlayerInfo > 0)
{
PlayerInfo += 1;
if(PlayerInfo >= 5)
{
PlayerInfo++;
PlayerInfo = 0;
}
}
}
else
{
SendClientMessage(i, COLOR_LIGHTRED, "* Nisi dovoljno dugo igrao za isplatu place.");
}
}
}
}
Checkprop();
return 1;
}
evo ovako to izgleda...igram skoro cijeli 1h i nece mi doci payday,uvijek mi se samo prikaze "niste dovoljno dugo igrali za isplatu place"pls help
Quote
public PayDay()
{
new string;
new account,interest;
new rent = 0;
for(new i = 0; i < MAX_PLAYERS; i++)
{
if(IsPlayerConnected(i))
{
if(PlayerInfo > 0)
{
if(MoneyMessage==1)
{
SendClientMessage(i, COLOR_LIGHTRED, "Niste platili dug, u zatvor.");
GameTextForPlayer(i, "~r~Uhapseni!", 2000, 1);
SetPlayerInterior(i, 6);
SetPlayerPos(i, 264.6288,77.5742,1001.0391);
PlayerInfo = 1;
ResetPlayerWeapons(i);
WantedPoints = 0;
PlayerInfo = 240;
format(string, sizeof(string), "Zatvoreni ste na %d sekundi. Jamcevina: nedostupnae", PlayerInfo);
SendClientMessage(i, COLOR_LIGHTBLUE, string);
}
new playername2;
GetPlayerName(i, playername2, sizeof(playername2));
account = PlayerInfo;
new key = PlayerInfo;
if(key != 255)
{
rent = HouseInfo;
if(strcmp(playername2, HouseInfo, true) == 0)
{
rent = 0;
}
else if(rent > GetPlayerMoney(i))
{
PlayerInfo = 255;
SendClientMessage(i, COLOR_WHITE, "Izbaceni ste iz kuce.");
rent = 0;
}
HouseInfo = HouseInfo+rent;
}
new tmpintrate;
if (key != 255 && strcmp(playername2, HouseInfo, true) == 0)
{
if(PlayerInfo > 0) { tmpintrate = intrate+4; }
else { tmpintrate = intrate+2; }//HouseInfo
}
else
{
if(PlayerInfo > 0) { tmpintrate = 3; }
else { tmpintrate = 1; }
}
if(PlayerInfo >= 5)
{
Tax += TaxValue;//Should work for every player online
PlayerInfo -= TaxValue;
if(PlayerInfo > 0)
{
new bonus = PlayerInfo / 2;
PlayerInfo += bonus;
}
new checks = PlayerInfo;
new ebill = (PlayerInfo/10000)*(PlayerInfo);
ConsumingMoney = 1;
GivePlayerMoney(i, checks);
if(PlayerInfo > 0)
{
PlayerInfo -= ebill;
SBizzInfo += ebill;
}
else
{
ebill = 0;
}
interest = (PlayerInfo/1000)*(tmpintrate);
PlayerInfo++;
PlayerPlayMusic(i);
PlayerInfo = account+interest;
SendClientMessage(i, COLOR_WHITE, "|___ BANKOVNI IZVJESTAJ ___|");
format(string, sizeof(string), " Placa: $%d Taxa: -$%d", checks, TaxValue);
SendClientMessage(i, COLOR_GRAD1, string);
if(PlayerInfo != 255 || PlayerInfo != 255)
{
format(string, sizeof(string), " CijenaStruje: -$%d", ebill);
SendClientMessage(i, COLOR_GRAD1, string);
}
format(string, sizeof(string), " Stari Iznos: $%d", account);
SendClientMessage(i, COLOR_GRAD1, string);
format(string, sizeof(string), " Kamatna stopa: 0.%d posto",tmpintrate);
SendClientMessage(i, COLOR_GRAD2, string);
format(string, sizeof(string), " Kamata $%d", interest);
SendClientMessage(i, COLOR_GRAD3, string);
SendClientMessage(i, COLOR_GRAD4, "|--------------------------------------|");
format(string, sizeof(string), " Novi Iznos: $%d", PlayerInfo);
SendClientMessage(i, COLOR_GRAD5, string);
format(string, sizeof(string), " Najam: -$%d", rent);
SendClientMessage(i, COLOR_GRAD5, string);
format(string, sizeof(string), "~y~PayDay~n~~w~Placa");
GameTextForPlayer(i, string, 5000, 1);
rent = 0;
PlayerInfo = 0;
PlayerInfo = 0;
PlayerInfo += 1;
if(PlayerInfo > 0)
{
PlayerInfo += 1;
if(PlayerInfo >= 5)
{
PlayerInfo++;
PlayerInfo = 0;
}
}
}
else
{
SendClientMessage(i, COLOR_LIGHTRED, "* Nisi dovoljno dugo igrao za isplatu place.");
}
}
}
}
Checkprop();
return 1;
}
{
new string;
new account,interest;
new rent = 0;
for(new i = 0; i < MAX_PLAYERS; i++)
{
if(IsPlayerConnected(i))
{
if(PlayerInfo > 0)
{
if(MoneyMessage==1)
{
SendClientMessage(i, COLOR_LIGHTRED, "Niste platili dug, u zatvor.");
GameTextForPlayer(i, "~r~Uhapseni!", 2000, 1);
SetPlayerInterior(i, 6);
SetPlayerPos(i, 264.6288,77.5742,1001.0391);
PlayerInfo = 1;
ResetPlayerWeapons(i);
WantedPoints = 0;
PlayerInfo = 240;
format(string, sizeof(string), "Zatvoreni ste na %d sekundi. Jamcevina: nedostupnae", PlayerInfo);
SendClientMessage(i, COLOR_LIGHTBLUE, string);
}
new playername2;
GetPlayerName(i, playername2, sizeof(playername2));
account = PlayerInfo;
new key = PlayerInfo;
if(key != 255)
{
rent = HouseInfo;
if(strcmp(playername2, HouseInfo, true) == 0)
{
rent = 0;
}
else if(rent > GetPlayerMoney(i))
{
PlayerInfo = 255;
SendClientMessage(i, COLOR_WHITE, "Izbaceni ste iz kuce.");
rent = 0;
}
HouseInfo = HouseInfo+rent;
}
new tmpintrate;
if (key != 255 && strcmp(playername2, HouseInfo, true) == 0)
{
if(PlayerInfo > 0) { tmpintrate = intrate+4; }
else { tmpintrate = intrate+2; }//HouseInfo
}
else
{
if(PlayerInfo > 0) { tmpintrate = 3; }
else { tmpintrate = 1; }
}
if(PlayerInfo >= 5)
{
Tax += TaxValue;//Should work for every player online
PlayerInfo -= TaxValue;
if(PlayerInfo > 0)
{
new bonus = PlayerInfo / 2;
PlayerInfo += bonus;
}
new checks = PlayerInfo;
new ebill = (PlayerInfo/10000)*(PlayerInfo);
ConsumingMoney = 1;
GivePlayerMoney(i, checks);
if(PlayerInfo > 0)
{
PlayerInfo -= ebill;
SBizzInfo += ebill;
}
else
{
ebill = 0;
}
interest = (PlayerInfo/1000)*(tmpintrate);
PlayerInfo++;
PlayerPlayMusic(i);
PlayerInfo = account+interest;
SendClientMessage(i, COLOR_WHITE, "|___ BANKOVNI IZVJESTAJ ___|");
format(string, sizeof(string), " Placa: $%d Taxa: -$%d", checks, TaxValue);
SendClientMessage(i, COLOR_GRAD1, string);
if(PlayerInfo != 255 || PlayerInfo != 255)
{
format(string, sizeof(string), " CijenaStruje: -$%d", ebill);
SendClientMessage(i, COLOR_GRAD1, string);
}
format(string, sizeof(string), " Stari Iznos: $%d", account);
SendClientMessage(i, COLOR_GRAD1, string);
format(string, sizeof(string), " Kamatna stopa: 0.%d posto",tmpintrate);
SendClientMessage(i, COLOR_GRAD2, string);
format(string, sizeof(string), " Kamata $%d", interest);
SendClientMessage(i, COLOR_GRAD3, string);
SendClientMessage(i, COLOR_GRAD4, "|--------------------------------------|");
format(string, sizeof(string), " Novi Iznos: $%d", PlayerInfo);
SendClientMessage(i, COLOR_GRAD5, string);
format(string, sizeof(string), " Najam: -$%d", rent);
SendClientMessage(i, COLOR_GRAD5, string);
format(string, sizeof(string), "~y~PayDay~n~~w~Placa");
GameTextForPlayer(i, string, 5000, 1);
rent = 0;
PlayerInfo = 0;
PlayerInfo = 0;
PlayerInfo += 1;
if(PlayerInfo > 0)
{
PlayerInfo += 1;
if(PlayerInfo >= 5)
{
PlayerInfo++;
PlayerInfo = 0;
}
}
}
else
{
SendClientMessage(i, COLOR_LIGHTRED, "* Nisi dovoljno dugo igrao za isplatu place.");
}
}
}
}
Checkprop();
return 1;
}
e decki,imam ovo
i kad kompajlam izabaci mi ovo
sta trebam napravit pls pomagajte
Quote
public CarTow(carid)
{
for(new i = 0; i < MAX_PLAYERS; i++)
{
if(IsPlayerConnected(i))
{
if(IsPlayerInVehicle(i, carid) || HireCar == carid)
{
gLastDriver = 255;
return 0;
}
}
}
SetVehiclePos(carid,HouseCarSpawns[carid-1], HouseCarSpawns[carid-1], HouseCarSpawns[carid-1]);
SetVehicleZAngle(carid, HouseCarSpawns[carid-1]);
return 1;
}
public CarRespawn(carid)
{
for(new i = 0; i < MAX_PLAYERS; i++)
{
if(IsPlayerConnected(i))
{
if(IsPlayerInVehicle(i, carid) || HireCar == carid)
{
gLastDriver = 255;
return 0;
}
}
}
SetVehicleToRespawn(carid);
gLastDriver = 299;
return 1;
}
{
for(new i = 0; i < MAX_PLAYERS; i++)
{
if(IsPlayerConnected(i))
{
if(IsPlayerInVehicle(i, carid) || HireCar == carid)
{
gLastDriver = 255;
return 0;
}
}
}
SetVehiclePos(carid,HouseCarSpawns[carid-1], HouseCarSpawns[carid-1], HouseCarSpawns[carid-1]);
SetVehicleZAngle(carid, HouseCarSpawns[carid-1]);
return 1;
}
public CarRespawn(carid)
{
for(new i = 0; i < MAX_PLAYERS; i++)
{
if(IsPlayerConnected(i))
{
if(IsPlayerInVehicle(i, carid) || HireCar == carid)
{
gLastDriver = 255;
return 0;
}
}
}
SetVehicleToRespawn(carid);
gLastDriver = 299;
return 1;
}
i kad kompajlam izabaci mi ovo
Quote
C:\Users\MARIO\Desktop\SA-MP Server\CroHerza RP\CHmnRP.pwn(8089) : error 017: undefined symbol "HouseCarSpawns"
C:\Users\MARIO\Desktop\SA-MP Server\CroHerza RP\CHmnRP.pwn(8089) : warning 215: expression has no effect
C:\Users\MARIO\Desktop\SA-MP Server\CroHerza RP\CHmnRP.pwn(8089) : error 001: expected token: ";", but found "]"
C:\Users\MARIO\Desktop\SA-MP Server\CroHerza RP\CHmnRP.pwn(8089) : error 029: invalid expression, assumed zero
C:\Users\MARIO\Desktop\SA-MP Server\CroHerza RP\CHmnRP.pwn(8089) : 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.
C:\Users\MARIO\Desktop\SA-MP Server\CroHerza RP\CHmnRP.pwn(8089) : warning 215: expression has no effect
C:\Users\MARIO\Desktop\SA-MP Server\CroHerza RP\CHmnRP.pwn(8089) : error 001: expected token: ";", but found "]"
C:\Users\MARIO\Desktop\SA-MP Server\CroHerza RP\CHmnRP.pwn(8089) : error 029: invalid expression, assumed zero
C:\Users\MARIO\Desktop\SA-MP Server\CroHerza RP\CHmnRP.pwn(8089) : 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.
sta trebam napravit pls pomagajte
trebao bi neku scriptu za war...
sredio sam sve...radi 🙂
ee hvala ti lijepa,uspjelo je...a onu komandu za gs-e sto su mi dali...jel to postoji specificno mjesto kuda ju moram stavit ili samo stavim u gm ?
#marcus. wrote on October 5, 2011, 7:13 pm:
moras staviti te includeove u pawno/includes folder
..u tvojem slucaju streamer i playerzone, naci ih mozes searchom 🙂
..u tvojem slucaju streamer i playerzone, naci ih mozes searchom 🙂
probao sam al opet isto
2
Novi Član
Nivo 2
Iskustvo
90 / 100 XP
Ukupno XP: 190
10 XP do sledećeg nivoa
5
Dostignuća
190
Ukupno XP
0
Trenutni Niz
0
Najduži Niz
Sva Dostignuća
5 / 20 otključano
🎯
Početak
Početak
Napišite 10 postova na forumu
+25 XP
⚡
Aktivni Saradnik
Aktivni Saradnik
Napišite 50 postova na forumu
+50 XP
🏅
Klub Stotina
Klub Stotina
Napišite 100 postova na forumu
+100 XP
🏆
Legenda Foruma
Legenda Foruma
Napišite 500 postova na forumu
+250 XP
👥
Vođa Diskusija
Vođa Diskusija
Kreirajte 10 tema na forumu
+50 XP
🛡️
Uzoran Građanin
Uzoran Građanin
30 dana bez ikakvih upozorenja
+40 XP
🔰
Primerni Član
Primerni Član
90 dana bez ikakvih upozorenja
+100 XP
🚩
Čuvar Zajednice
Čuvar Zajednice
Pošaljite 5 korisnih prijava
+75 XP
📅
Nedeljni Ratnik
Nedeljni Ratnik
Prijavite se 7 dana zaredom
+35 XP
🔥
Posvećeni Fan
Posvećeni Fan
Prijavite se 30 dana zaredom
+150 XP
💬
Prvi Post
Prvi Post
Napišite svoj prvi post na forumu
+10 XP
📝
Pokretač Tema
Pokretač Tema
Kreirajte svoju prvu temu
+15 XP
❤️
Poštovalac
Poštovalac
Dajte svoj prvi lajk na post
+5 XP
👍
Prvo Priznanje
Prvo Priznanje
Primite svoj prvi lajk na post
+5 XP
👤
Identitet Otkriven
Identitet Otkriven
Popunite profil sa avatarom i biografijom
+20 XP
Nedavna XP Aktivnost
+100
Otključano: Primerni Član
pre 1 nedelju
+40
Otključano: Uzoran Građanin
pre 1 nedelju
+25
Otključano: Početak
pre 1 nedelju
+15
Otključano: Pokretač Tema
pre 1 nedelju
+10
Otključano: Prvi Post
pre 1 nedelju