help me please
#1

Can i get help about some cmds ?! I mean can you help to make cmds for me?!
Reply
#2

Paste this on your filterscript in public OnPlayerCommandText
Quote:

if(strcmp(cmdtext, "/help", true) == 0)
{
SendClientMessage(playerid,0x00FFFFFF,"Help Commands : ");
SendClientMessage(playerid,0x00FFFFFF,"/v spawn vehicle, /ls got to ls");
return 1;
}

Reply
#3

What is that for? to make cmds or what. please answer me and thanks
Reply
#4

We can't help you to create commands. Use wiki, search, learn. It takes some time.
And yea, this is command "/help" which displays help commands.
Reply
#5

lol See u need commands For YOur Server add This on there

Quote:

public OnPlayerCommandText(playerid, cmdtext[])
{
if(strcmp(cmd, "/commands", true) == 0) {
SendClientMessage(playerid, COLOR_GREEN,"/YOur Cmds:");
SendClientMessage(playerid, COLOR_YELLOW,"/YOur Cmds");
SendClientMessage(playerid, COLOR_YELLOW,"/YOur Cmds");
return 1;
}

Reply
#6

What kind of command you wanted to make? I can help you with it
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)