Making a very simple /help cmd!
#1

command(help, playerid, params[])
{
{
SendClientMessage(playerid, WHITE, "/help /help /help /help /help");
SendClientMessage(playerid, GREY, "/help /help /help /help /help");
SendClientMessage(playerid, WHITE, "/help /help /help /help /help");
}
return 1;
}





Not hard AT ALL!
Reply
#2

-.- That won't work....
Reply
#3

LOL he just guessed that
Reply
#4

Lmao nice tut xd
Reply
#5

Quote:
Originally Posted by [NTX]MikeQ
View Post
Lmao nice tut xd
Dudes chill out

He's a begginer..

Don't be so harsh.

Nice tut m8

btw

Your need to define the colors like this

at the top..

pawn Code:
#define COLOR_WHATEVER 0xFFFFF
Can only remmber that, color code..

You can use a color picker to.

And maybe do it like this



pawn Code:
if (strcmp("/yourcommand", cmdtext, true, 10) == 0)
   {
   SendClientMessage(playerid,color);
   return 1;
}
Reply
#6

I lol'd.
Reply
#7

Lol?=x
Reply
#8

Sorry mate but I hope you are not the scripter of the server you have in your siggy.
Reply
#9

Quote:
Originally Posted by Mystique
View Post
Sorry mate but I hope you are not the scripter of the server you have in your siggy.
ROFLMAO, that made me lol pretty bad
Reply
#10

To be honest, he is tryin' atleast to help, saying "lol" won't absuletely do anything, so quit the topic, or else say something good, or be thankfully.
Reply


Forum Jump:


Users browsing this thread: 4 Guest(s)