17.06.2013, 11:35
hello friends
sorry if i post this topic
cause i search and dont found my answer
on commands
i tell gamemode
defins:
#define COLOR_Red_EMBED "(#FF6347)"
#define COLOR_Yellow_EMBED "(#FFFF00)"
#define COLOR_White_EMBED "(#FFFFFF)"
but when i type /help
message dont showed
whats problem?
also if you see any wrong move on my script tell me
sorry if i post this topic
cause i search and dont found my answer
on commands
i tell gamemode
Код:
public OnPlayerCommandText(playerid, cmdtext[]) { if(!strcmp(cmdtext,"/help")) { SendClientMessage(playerid, 0xffffffff,"{COLOR_Red_EMBED}SERVER:{COLOR_White_EMBED}You can {COLOR_Yellow_EMBED}ask {COLOR_White_EMBED}your {COLOR_Yellow_EMBED}questions {COLOR_White_EMBED}on {COLOR_Red_EMBED}help chat{COLOR_White_EMBED}(use /h your Question)"); return 1; } return 0; }
#define COLOR_Red_EMBED "(#FF6347)"
#define COLOR_Yellow_EMBED "(#FFFF00)"
#define COLOR_White_EMBED "(#FFFFFF)"
but when i type /help
message dont showed
whats problem?
also if you see any wrong move on my script tell me