SA-MP Forums Archive
HELPP - 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: HELPP (/showthread.php?tid=338638)



HELPP - 3RoR - 30.04.2012

how to create a dialog when the player types "2" and to write in the Account(where is the other(cash,adminlvl,ex))


Re: HELPP - Ballu Miaa - 30.04.2012

Explain that if you want it fixed?


Re: HELPP - [MG]Dimi - 30.04.2012

pawn Код:
public OnPlayerKeyStateChange(playerid, newkeys, oldkeys)
{
    if(newkeys & KEY_SUBMISSION)
    {
        ShowPlayerDialog(...);
    }
    return 1;
}



Re: HELPP - 3RoR - 30.04.2012

noo y creating a system with email now how to create a DIALOG AND WHEN THE PLAYER TYPES HIS EMAIL AND TO SAVE IT IN HIS ACCOUNT !