SA-MP Forums Archive
Script problems AMX - 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: Script problems AMX (/showthread.php?tid=482558)



Script problems AMX - TFoCap - 21.12.2013

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.


Re: Script problems AMX - Raz0r1000 - 21.12.2013

I don't see main() anywhere in the script maybe that's the issue.


Re: Script problems AMX - TFoCap - 21.12.2013

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


Re: Script problems AMX - Spydah - 21.12.2013

I think you need main(), try it out.


Re: Script problems AMX - TFoCap - 21.12.2013

Where do i put it at though??


Re: Script problems AMX - Spydah - 21.12.2013

Hmm, If im right out of my head, above OnGameModeInit();
Place
pawn Код:
main();
print("123");
return 1:
I'm not sure if the print is right..

To re-check download a server from http://sa-mp.com and check it in the grandlarc script.


Re: Script problems AMX - TFoCap - 21.12.2013

Like this? //============================================//

main();
print("123");
return 1:

public OnGameModeInit()
{


Re: Script problems AMX - Spydah - 21.12.2013

Return 1;

Not sure if right, if not check the grandlarc script.


Re: Script problems AMX - TFoCap - 21.12.2013

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


Re: Script problems AMX - Spydah - 21.12.2013

And can I ask why you did that?