Guest

Untitled

By: a guest on Mar 19th, 2010  |  syntax: None  |  size: 0.92 KB  |  hits: 62  |  expires: Never
download  |  raw  |  embed  |  report abuse
Copied
  1.         if(strcmp(cmd, "/help", true) == 0)
  2.         {
  3.             if(IsPlayerConnected(playerid))
  4.             {
  5.                     SendClientMessage(playerid, COLOR_WHITE," Newbie - What To Do When You First Get On WL:RP");
  6.                         SendClientMessage(playerid, COLOR_WHITE," Rules - Tells You a few basic server rules");
  7.                         SendClientMessage(playerid, COLOR_WHITE," Chats - Talking in person, and on the phone");
  8.                         SendClientMessage(playerid, COLOR_WHITE," Jobs - Things you can do around Los Santos");
  9.                         SendClientMessage(playerid, COLOR_WHITE," Items - Guns,Drugs & other items");
  10.                         SendClientMessage(playerid, COLOR_WHITE," Levels - Leveling Up And You");
  11.                         SendClientMessage(playerid, COLOR_WHITE," Houses - How To Buy a House And a car ");
  12.                         SendClientMessage(playerid, COLOR_WHITE," Factions - Joining Factions Or Making Your Own");
  13.                         SendClientMessage(playerid, COLOR_WHITE," Commands - The Old help menu,this faction specific commands");
  14.                 }
  15.                 return 1;
  16.         }