Something is restricting the login dialog! - 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: Something is restricting the login dialog! (
/showthread.php?tid=336308)
Something is restricting the login dialog! -
BleverCastard - 21.04.2012
Hello,
On my gamemode something is restricting the Login dialog to show.. I tried searching for everything.. SpawnPlayer(playerid); and I removed them all and it's not there..
Can anyone help?
Skype: JordieeSpikee
Re: Something is restricting the login dialog! -
BleverCastard - 21.04.2012
Anyone?
Re: Something is restricting the login dialog! -
BleverCastard - 21.04.2012
Now none of them show! someone please help, this is urgent!
Re: Something is restricting the login dialog! -
MP2 - 22.04.2012
lrn2print
Re: Something is restricting the login dialog! -
ReneG - 22.04.2012
Quote:
Originally Posted by MP2
lrn2print
|
^^ Exactly. In the same block of code that you are showing the dialog add
pawn Код:
printf("Dialog has been shown to player: ID %d", playerid);
Then go in-game and try to use the dialog, then go to your server console window and if you can't see
Код:
Dialog has been shown to player: ID 0
Then there is something going on that is blocking the code from happening, you could also post the code here as well. It would be easier to see what's wrong with it.