SA-MP Forums Archive
[Admin] Help me please. - Printable Version

+- SA-MP Forums Archive (https://sampforum.blast.hk)
+-- Forum: SA-MP Scripting and Plugins (https://sampforum.blast.hk/forumdisplay.php?fid=8)
+--- Forum: Scripting Help (https://sampforum.blast.hk/forumdisplay.php?fid=12)
+---- Forum: Help Archive (https://sampforum.blast.hk/forumdisplay.php?fid=89)
+---- Thread: [Admin] Help me please. (/showthread.php?tid=112977)



[Admin] Help me please. - Doppeyy - 11.12.2009

Hi i am making a build in admin in my new party server.
But i am stuck . So maybey someone here can help me further.
This is what i have now:
pawn Код:
if(dialogid == DIALOGID+6) // Admin
{
if(response)
{
if(listitem == 0) //Kick
{
ShowPlayerDialog(playerid,666,DIALOG_STYLE_INPUT,"Who do you want to kick?","Kick command.","Kick","Cancel");
}
}
return 1;
}
And everything works fine i click Kick get an input bar.
But how do i check wich ID has been filled in ? and then kick that ID ?
Can someone help me please i really want this fixed soon.

/Artix


Re: [Admin] Help me please. - Doppeyy - 12.12.2009

*Bump *

/Artix