Erros from gAdmin Dont know[Re do] - Printable Version
+- SA-MP Forums Archive (
https://sampforum.blast.hk)
+-- Forum: SA-MP Scripting and Plugins (
https://sampforum.blast.hk/forumdisplay.php?fid=8)
+--- Forum: Scripting Help (
https://sampforum.blast.hk/forumdisplay.php?fid=12)
+---- Forum: Help Archive (
https://sampforum.blast.hk/forumdisplay.php?fid=89)
+---- Thread: Erros from gAdmin Dont know[Re do] (
/showthread.php?tid=94529)
Erros from gAdmin Dont know[Re do] -
Taz86 - 30.08.2009
Im sorry my mistake here!
This is the errors:
pawn Код:
C:\Documents and Settings\Administrator\щемзп дтбегд\$CES$\filterscripts\gAdmin.pwn(4940) : error 029: invalid expression, assumed zero
C:\Documents and Settings\Administrator\щемзп дтбегд\$CES$\filterscripts\gAdmin.pwn(4940) : error 001: expected token: ")", but found ";"
Pawn compiler 3.2.3664 Copyright (c) 1997-2006, ITB CompuPhase
2 Errors.
The big main line 4940:
pawn Код:
dcmd_reloadlanguages(playerid, params[]) {
#pragma unused params
if(PlayerInfo[playerid][AdminLevel]>=g_Level[lreloadlanguages]) {
/* Clear old Entrys */
ReloadLanguages();
SendClientMessage(playerid,COLOR_YELLOW,"Language(s) has been reloaded");
return WriteLog(clearlog,"Language(s) has been reloaded");
}
else {
SendClientLanguageMessage(playerid,COLOR_LIGHTBLUE,"txt_error404");
}
return 1;
}
And this is the line 4940:
Re: Erros from gAdmin Dont know[Re do] -
Taz86 - 30.08.2009
Sorry for bumb and twice post
But I made mistake this is the correct errors...
Help me please.
Re: Erros from gAdmin Dont know[Re do] -
Taz86 - 30.08.2009
No one?