01.02.2012, 14:18
i was trying to make a simple SendClientMessage command but i gives me the error 001 and i have no idea how to fix it.
my Command :
my Command :
Код:
if (strcmp("/url", cmdtext, true, 10) == 0) { SendClientMessage(playerid, COLOR_GREEN,("www.ZynaGaming.com"); // Do something here return 1; } return 0; }