09.09.2010, 18:12
Quote:
Can someone make a /help command for me so i just can write in what text to come?
|
pawn Код:
if(strcmp(cmd, "/help", true) == 0) {
SendClientMessage(playerid, YOUR_COLOR, "Type What you want the command to show here");
SendClientMessage(playerid, YOUR_COLOR, "Type What you want the command to show here");
SendClientMessage(playerid, YOUR_COLOR, "Type What you want the command to show here");
SendClientMessage(playerid, YOUR_COLOR, "Type What you want the command to show here");
return 1;
}
pawn Код:
#define YOUR_COLOR Hexcodehere