Problem with jakAdmin system - 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)
+--- Thread: Problem with jakAdmin system (
/showthread.php?tid=525822)
Problem with jakAdmin system -
Wehedy - 14.07.2014
i have recently used jakadmin as my admin system but when i added it and compli it , it gives me this
so please help
Re: Problem with jakAdmin system -
Battlezone - 14.07.2014
Download foreach include the add #include <foreach> At the beginning of your gamemode
Re: Problem with jakAdmin system -
Wehedy - 14.07.2014
Quote:
Download foreach include the add #include <foreach> At the beginning of your gamemode
|
why in my gamemode? its a fs and i already have foreach include , that is the problem
Re: Problem with jakAdmin system -
Wehedy - 16.07.2014
any one can help?
Re: Problem with jakAdmin system -
BlackSirrah239 - 16.07.2014
The gamemode is (probably) using an old version of foreach, the newest version uses:
Код:
foreach(new i : Player)
Either you can install an old foreach include that uses that method, or use the latest (recommended) and update all the old foreach with the new one (Ctrl+H will come in handy here).