06.08.2012, 04:19
Looks like more than one click for me
.
Nice job, but the only thing that makes me wonder is:
Shouldn't you check DialogClicked[playerid] instead of playerid?
.Nice job, but the only thing that makes me wonder is:
pawn Код:
public OnDialogResponse(playerid, dialogid, response, listitem, inputtext[])
{
if(dialogid == PMDialog)
{
if(response)
{
if(!IsPlayerConnected(playerid)) return SendClientMessage(playerid, ERROR, "Player not found!");

