28.01.2015, 21:44
Quote:
You should use sscanf plugin with your ZCMD commands to delimitate parameters easier.
https://sampforum.blast.hk/showthread.php?tid=120356 The first parameter is stored in params[0], the second one is stored in params[1] and so on. Also, you should use "strcmp", not "==". pawn Код:
|
I already have sscanf. Sorry for not telling it.