15.02.2011, 14:12
Im creating server and i need /help command.like with this command you can ask help from admins.
I dont know how to do it, so can someone do it to me?im giving credit to that who make it to me, thanks
i want it to be something like this:
I dont know how to do it, so can someone do it to me?im giving credit to that who make it to me, thanks
i want it to be something like this:
Код:
if(strcmp(cmd, "/help", true) == 0) { SendClientMessage(playerid, ERROR, "Use: /help [MESSAGE]"); { SendClientMessageToAdmins(string); SendClientMessage(playerid, GREEN, "You Message Has Been Sent To Online Admins.");