I need help... [Just a Very Simple & small thing]
#1

Look i want to make a Simple help command and i know how to make it dont think i am a N00B. But i need a Thing.

Code:
if(strcmp(cmdtext,"/help", true) == 0)
{
SendClientMessage(playerid, COLOR,"Welcome to my Server Help - Usage: /Help [Section]");
SendClientMessage(playerid, COLOR,"Sections: General, Chats, Faction...");
return 1;
}
I dont want to do this thing
Code:
if(strcmp(cmdtext,"/help General", true) == 0)
{
SendClientMessage(playerid, COLOR,"Something here");
return 1;
}
I want something else so i can make and If some player is in Faction so he/she can use /help faction, donator etc...

Help me plz
Reply


Messages In This Thread

Forum Jump:


Users browsing this thread: 1 Guest(s)