ShowPlayerDialog - 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: ShowPlayerDialog (
/showthread.php?tid=389863)
ShowPlayerDialog -
AwokenNeoX - 03.11.2012
Heay I make RegisterSytstem and thats the DIALOG of the Register
Line 75 is the ShowPlayerDialog...
Код:
public OnPlayerConnect(playerid)
{
ShowPlayerDialog(playerid,2,DIALOG_STYLE_INPUT,"Registrieren","Bitte gib das gewьnschte Passwor
ein.","Register","Abbrechen");
return 1;
}
ERROR
Код:
C:\Users\Kerem\Desktop\UltimateFreeStyl\gamemodes\Reallife.pwn(75) : warning 225: unreachable code
AW: ShowPlayerDialog -
Skimmer - 03.11.2012
I don't see an Error there
pawn Код:
public OnPlayerConnect(playerid)
{
ShowPlayerDialog(playerid,2,DIALOG_STYLE_INPUT,"Registrieren","Bitte gib das gewьnschte Passwor ein.","Register","Abbrechen");
return 1;
}