SA-MP Forums Archive
Dcmd to Zcmd Conversion help - 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: Dcmd to Zcmd Conversion help (/showthread.php?tid=349562)



Dcmd to Zcmd Conversion help - Neil. - 09.06.2012

.....


Re: Dcmd to Zcmd Conversion help - MadeMan - 09.06.2012

This

pawn Код:
if(!strlen(params)) return
should be

pawn Код:
if(!strlen(tmp)) return
because params length is never 0 in zcmd


Re: Dcmd to Zcmd Conversion help - _GT4_ - 09.06.2012

Cool