07.09.2012, 12:48
Hey guys iv made this script and i need somthing so i can send the request to the admins online
here is my code
here is my code
pawn Код:
if(listitem == 0) // They selected the first item - Desert Eagle
{
GetPlayerName(message, name, sizeof(name));
format(messagesend, sizeof(messagesend), "Admin Request Help\n Name:%s\nMessage:%s\n Use /aresponde [id] [responde message] to send your message",name,inputtext);
message = strval(inputtext);
ShowPlayerDialog(playerid, DIALOG_HELP_RAH,DIALOG_STYLE_INPUT,"{FD0006}Admin Help Request","Please Enter Your Message Below", "Send", "");
if(PlayerInfo[playerid][pAdmin] >= 1)
{
ShowPlayerDialog(,1000000, DIALOG_STYLE_MSGBOX, "Notice", messagesend, "Close", "");
}
}