SA-MP Forums Archive
fixes.inc - Printable Version

+- SA-MP Forums Archive (https://sampforum.blast.hk)
+-- Forum: SA-MP (https://sampforum.blast.hk/forumdisplay.php?fid=3)
+--- Forum: Bug Reports (https://sampforum.blast.hk/forumdisplay.php?fid=20)
+--- Thread: fixes.inc (/showthread.php?tid=521993)



fixes.inc - Juvanii - 25.06.2014

#include <fixes> is always resetting player's cash to 0 on each spawn.

Notes:
- Login/Register and saving data system is Y_INI
- No errors in compiling and i'm including it like:
pawn Code:
#include <a_samp>
#include <fixes>
//rest of includes
- Everything is working fine when you remove #include <fixes> or make it as a comment line.
pawn Code:
#include <a_samp>
//#include <fixes>