17.03.2012, 05:35
guys how to make such command like this
if player enter a command
/help
it will show /help me ,account ,server, or ,admins
how to make that ?
l
so if player
chooses /help me
it will show the commands and info
/help account
/help admins
please anyone can help mee?
if player enter a command
/help
it will show /help me ,account ,server, or ,admins
how to make that ?
l
so if player
chooses /help me
it will show the commands and info
/help account
/help admins
please anyone can help mee?
pawn Код:
// I am confuse
CMD:help(playerid,params[])
{
// What should i put?
}

