30.04.2012, 16:56
how to create a dialog when the player types "2" and to write in the Account(where is the other(cash,adminlvl,ex))
public OnPlayerKeyStateChange(playerid, newkeys, oldkeys)
{
if(newkeys & KEY_SUBMISSION)
{
ShowPlayerDialog(...);
}
return 1;
}