SA-MP Forums Archive
Selection Scene Crash - 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: Selection Scene Crash (/showthread.php?tid=261176)



Selection Scene Crash - Str4ndb3rg - 12.06.2011

I made three diffrent teams but when you connect you can switch through them once then you will crash, could it be the animations?


Re: Selection Scene Crash - Stigg - 12.06.2011

Can we see the OnPlayerConnect code ?
That might help.


Re: Selection Scene Crash - Str4ndb3rg - 12.06.2011

Код:
public OnPlayerConnect(playerid)
{
    ShowPlayerDialog(playerid, 1, DIALOG_STYLE_LIST, "What are you going to do on this server?", "Kill people\nEarn money\nFlame people\nBe a cop and arrest all\nHave sex\nCrash the server \nRoleplay and communicate ", "Choose", "Leave");
}