09.06.2011, 17:41
Hello, I am bored out of my mind so I started making alot of X-TREMELY useless commands!
if(strcmp(cmdtext, "/awesome", true) == 0)
{
SendClientMessage(playerid, COLOR_RED,"Yes You are Awesome!!!! xDxD");
}
It shows the respond, but beneath it, it says Unknown command blablabla
Why?
if(strcmp(cmdtext, "/awesome", true) == 0)
{
SendClientMessage(playerid, COLOR_RED,"Yes You are Awesome!!!! xDxD");
}
It shows the respond, but beneath it, it says Unknown command blablabla
Why?