Share Pastebin
Guest
Public paste!

Untitled

By: a guest | Mar 19th, 2010 | Syntax: None | Size: 0.92 KB | Hits: 61 | Expires: Never
Copy text to clipboard
  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.         }