Any title other than, "HELP ME!!!!!!!!!"
#1

I need to convert
CMD:message(playerid, params[])
{
if(isnull(params)) return SendClientMessage(playerid,-1,"Usage: /message [Text]");
new test[128];
format(test, sizeof(test), "Me: %s", params);
SendClientMessage(playerid, 0xFFFFFFFF, test);
SendPlayerMessageToCleverbot(playerid, params);
return 1;
}

to strcmp

I don't care if it is like making a windows 7 into a windows 98... I need it to be strcmp not ZCMD
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)