Script problems AMX
#1

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.
Reply
#2

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

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
Reply
#4

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

Where do i put it at though??
Reply
#6

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.
Reply
#7

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

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

public OnGameModeInit()
{
Reply
#8

Return 1;

Not sure if right, if not check the grandlarc script.
Reply
#9

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
Reply
#10

And can I ask why you did that?
Reply


Forum Jump:


Users browsing this thread: 2 Guest(s)