12.03.2013, 04:46
(
Последний раз редактировалось Fernado Samuel; 04.10.2013 в 17:46.
)
Removed
public OnDialogResponse(playerid, dialogid, response, listitem, inputtext[])
{
if(PlayerInfo[playerid][LoggedIn] != 1)
{
if(dialogid != DIALOGID0+1 && dialogid != DIALOGID0+2) return SendClientMessage(playerid, 0xFF0000FF, "You must be logged in to access this dialog.");
}
//code continues...