08.03.2014, 21:51
Do a debug and check if you are receiving the right values for saving.
Example:
This way you will see if the problems is in saving system, or on the stock.
Post here the result.
Read more about debugging: https://sampwiki.blast.hk/wiki/Debugging
Example:
pawn Код:
stock MyFunc(var1,var2)
{
printf("I received: var1 = %d and var2 = %d",var1,var2");
// your stock...
}
Post here the result.
Read more about debugging: https://sampwiki.blast.hk/wiki/Debugging