25.07.2011, 12:10
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.
I dont want to do this thing
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
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; }
Code:
if(strcmp(cmdtext,"/help General", true) == 0) { SendClientMessage(playerid, COLOR,"Something here"); return 1; }
Help me plz