Quote:
Originally Posted by emokidx111
first make sure you have the zcmd and sscanf includes in the pawno>includes folder
then add
pawn Код:
#include <zcmd> #include <sscanf>
for undefined symbols
pawn Код:
new *name of the var/string*;
|
What you wrote is all useless my dear. First of all:-
pawn Код:
#include <sscanf2> // it's 2 and should be written at the top.
for undefined symbols, it's useless to make new *name of the var/string* because he can't make a new of params can he? he have to include sscanf to get rid of such errors.
You must have zcmd include as well
pawn Код:
#include <zcmd> // at the top as well
for zcmd include:
https://sampforum.blast.hk/showthread.php?tid=91354
-FalconX