SA-MP Forums Archive
Any title other than, "HELP ME!!!!!!!!!" - Printable Version

+- SA-MP Forums Archive (https://sampforum.blast.hk)
+-- Forum: SA-MP Scripting and Plugins (https://sampforum.blast.hk/forumdisplay.php?fid=8)
+--- Forum: Scripting Help (https://sampforum.blast.hk/forumdisplay.php?fid=12)
+--- Thread: Any title other than, "HELP ME!!!!!!!!!" (/showthread.php?tid=360477)



Any title other than, "HELP ME!!!!!!!!!" - [MM]18240[FMB] - 17.07.2012

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