Posts: 28
Threads: 10
Joined: Dec 2013
Reputation:
0
I need someone to check my script and see if it has any missing codes or something cause i complie no errors or anything but my kb says 0 kb in the amx
Download the attachment to view the script if there is something missing please fix it save it then send me the pwn back.
Posts: 142
Threads: 2
Joined: Oct 2010
Reputation:
0
I don't see main() anywhere in the script maybe that's the issue.
Posts: 28
Threads: 10
Joined: Dec 2013
Reputation:
0
Its not the issue cause its not a gamemode its the OnGameMode script that is needed its not inside my gamemode script its seprate and i have it included in my script but its a seprate script
Posts: 727
Threads: 36
Joined: Jan 2010
Reputation:
0
I think you need main(), try it out.
Posts: 28
Threads: 10
Joined: Dec 2013
Reputation:
0
Where do i put it at though??
Posts: 28
Threads: 10
Joined: Dec 2013
Reputation:
0
Like this? //============================================//
main();
print("123");
return 1:
public OnGameModeInit()
{
Posts: 727
Threads: 36
Joined: Jan 2010
Reputation:
0
Return 1;
Not sure if right, if not check the grandlarc script.
Posts: 28
Threads: 10
Joined: Dec 2013
Reputation:
0
Its not a gamemode its the ongamemode its not inside the main gamemode script its its own script i didn't put into the gamemode
Posts: 727
Threads: 36
Joined: Jan 2010
Reputation:
0
And can I ask why you did that?