09.03.2012, 10:34
i just want that when i click on player it show dialog that i teleport him or show his stats or pm him or do action on him (ban,kick,mute,freeze,gethere and goto)
but when i add clickedplayerid on dialog respons. i get errors
but when i add clickedplayerid on dialog respons. i get errors
pawn Код:
public OnPlayerClickPlayer(playerid, clickedplayerid, source)
{
ShowPlayerDialog(playerid,1909,DIALOG_STYLE_LIST,"Player","Action \nPM\nStats\nTeleport","Select","Close");
return 1;
}