02.01.2014, 05:08
I just took everything in his pastebin and copied it into a notepad file, and saved it as foreach.inc. The problem I'm having, once I #include <foreach>, is that I get this error from the compiler:
However, this is what is on that line:
I included the entire thing, but the only thing on line 115 is the closing bracket }
Код:
C:\Users\Nolan\Desktop\Scripting Stuff\Sa-Mp Pawn\Pawn Scripting\pawno\Roleplayscript.pwn(115) : warning 209: function "Itter_OnPlayerDisconnect" should return a value
Код:
public OnPlayerDisconnect(playerid, reason) { }