16.01.2011, 13:52
I have Like about 160 Commands in my server, for some reason i added like 2 or 3, they ALL stopped Working, i dont know why, is there a FIX for this?
dcmd_me(playerid,params[])
{
new
string[256];
if (sscanf(params,"s",string))
return SendClientMessage(playerid, COLOR_WHITE, "Usage: /me [TexT]");
format(string,sizeof(string),"%s: %s",PlayerName(playerid),string);
SendClientMessageToAll(0x375FFFFF,string);
return 1;
}