14.10.2011, 21:16
Ok im pretty new to scripting and im just tring to createa /help what works fine but it still shows commad unknow under the sendclientmessage any ideas why?
CMD:help(playerid, params[])
{
SendClientMessage(playerid, COLOR_RED,"TEST");
return 0;
}
Many thanks.
CMD:help(playerid, params[])
{
SendClientMessage(playerid, COLOR_RED,"TEST");
return 0;
}
Many thanks.