11.12.2009, 17:40
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:
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
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;
}
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