25.04.2012, 14:12
Quote:
Well for example I am using clean strcmp (string compile)
well strcmp is most realiable. Why so? Well other commands such as DCMD and ZCMD and so on showed off multiple memory crashes. This is not common problem with Pawno but there are some chances that they come. ZCMD and so on are faster reading but as I said there can be memory problems with it. Use strcmp, that's my advice. |
I would never advise to use strcmp over a command processor
use either YCMD and ZCMD, with SSCANF
even DCMD is old and slow!