#1

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

Explain that if you want it fixed?
Reply
#3

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

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 !
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)