SA-MP Forums Archive
Help please.. - 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)
+---- Forum: Help Archive (https://sampforum.blast.hk/forumdisplay.php?fid=89)
+---- Thread: Help please.. (/showthread.php?tid=252100)



Help please.. - [Ha]Lommo - 30.04.2011

My game crashes when i enter the Dynamic Checkpoint which i made in my filterscript, after the game got restarted.
The only function in OnPlayerEnterDynamicCP is showing a menu. Someone knows an idea?


Re: Help please.. - iggy1 - 30.04.2011

What includes are you using in your GM?
EDIT: Apart from the streamer.


Re: Help please.. - [Ha]Lommo - 30.04.2011

Streamer of icognito.


Re: Help please.. - iggy1 - 30.04.2011

Any other includes being used? (some includes cause the streamer/server to crash)


Re: Help please.. - [Ha]Lommo - 30.04.2011

Nope


Re: Help please.. - [Ha]Lommo - 30.04.2011

Oh, its not the checkpoint who doesn't work, its the function which is showing an menu.


Re: Help please.. - iggy1 - 30.04.2011

Post that function


Re: Help please.. - [Ha]Lommo - 30.04.2011

public OnPlayerEnterDynamicCP(playerid, checkpointid)
{
if(checkpointid == TransSFCP)
{
ShowMenuForPlayer(neonmenu,playerid);
}
return 1;
}

Always first time its okay, it shows the menu, but after a restart it buggs.


Re: Help please.. - [Ha]Lommo - 30.04.2011

Someone?


Re: Help please.. - the_zande - 30.04.2011

added
pawn Код:
new Menu:neonmenu; right? :P