Help command
#1

Hey can someone help me how to make a help command which shows different commands


so the command will be /help


and it will show
Adminhouse-/lvh
Chillout place in San Feirro-/chillout
Chillout place in Pershing Square-/skywalk

who ever helps me do this i will obviosly put there credits

Please help me
Thanks XD
Reply
#2

pawn Код:
if(!strcmp(cmdtext,"/help"))
{
    SendClientMessage(playerid,0xFF0000AA,"Adminhouse - /lvh");
    SendClientMessage(playerid,0x0000FFAA,"Chillout place in SF - /chillout");
    SendClientMessage(playerid,0x00FF00AA,"Chillout place in Pershing Square - /skywalk");
    return 1;
}
Somebody had to do this.........so..your welcome xDDD
and learn from this too so you don't have to ask "elementary" questions....
Reply
#3

thanks man XD
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)