Help please..
#1

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

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

Streamer of icognito.
Reply
#4

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

Nope
Reply
#6

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

Post that function
Reply
#8

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

Someone?
Reply
#10

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


Forum Jump:


Users browsing this thread: 1 Guest(s)