strcmp params - 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: strcmp params (
/showthread.php?tid=427177)
strcmp params -
(_AcE_) - 31.03.2013
pawn Код:
if (strcmp("/setrounds", cmdtext, true, 10) == 0)
{
trounds = params;
return 1;
}
how do i make params in strcmp?
Re: strcmp params -
Harti - 31.03.2013
Express yourself more clearly, please.