20.06.2010, 21:55
Hello its Lorenc, Just came back from a holiday and now i need your help.
Im making a objective command... Im wondering If someone is using the command Currently how do i return a msg saying "Someone is Using this command.. Wait 5 seconds.." When the person enters the command.
my command
Im making a objective command... Im wondering If someone is using the command Currently how do i return a msg saying "Someone is Using this command.. Wait 5 seconds.." When the person enters the command.
my command
Код:
dcmd_order(playerid, params[]) { #pragma unused params ShowPlayerDialog(playerid, 0, DIALOG_STYLE_INPUT, "ORDER", "Type your objective for the Prisoners.\n Abusing will Suspend you.", "Submit", "Cancel"); return 1; }