03.07.2014, 02:25
pawn Код:
[22:39:40] [debug] #0 00000001 in public Itter_OnGameModeInit () from ArmyLife.amx
[22:39:40] [debug] #2 00001868 in public Streamer_OnGameModeInit () from ArmyLife.amx
[22:39:40] [debug] #4 00000a8c in public zcmd_OnGameModeInit () from ArmyLife.amx
[22:39:40] [debug] #6 000001e4 in public OnGameModeInit () from ArmyLife.amx
Anyway, I did some research on the error code (not really research but whatever) and the issue mainly seemed to be caused by either param or callback misplacement.
Can I see OnGameModeInit callback?
EDIT: Do you have main(); ontop of your script?
If you don't, add it. If you do, do you use the callbacks at all? If you closed the function using ";", please add empty callbacks instead of just closing it with ";".

