29.04.2013, 04:51
I'm having a problem dialog, it does not respond on the left button before fucionava now do not know why it is not more fucionando, anyone know why?
all codes was fucionando straights, was only going to 0.3x that this problem is occurring. : (
ShowPlayerDialog:
OnDialogResponse:
Obs:
all codes was fucionando straights, was only going to 0.3x that this problem is occurring. : (
ShowPlayerDialog:
Код:
ShowPlayerDialogEx(playerid, SEX_RESPONSE, DIALOG_STYLE_MSGBOX, "{FFA500}"SERVER_NAME" - Registration", "{FFFFFF}Select you sex:", "Male", "Female");
Код:
if(dialogid == SEX_RESPONSE) { if(response) { PlayerInfo[playerid][pSex] = 1; PlayerInfo[playerid][pModel] = 299; } else { PlayerInfo[playerid][pSex] = 2; PlayerInfo[playerid][pModel] = 55; } }