Save countdown time
#7

Okay, well. I don't know the right Code because I use Dini and MySQL only, here are 3 things to safe the Amount. I think one of them works
pawn Код:
fwrite(Filedirectory,ThePlayer[playerid][TheFunAmount];);
pawn Код:
new FunAmount;
FunAmount=ThePlayer[playerid][TheFunAmount];
fwrite(Filedirectory,FunAmount);
pawn Код:
new FunText[20];
format(Funtext,20,"%d",ThePlayer[playerid][TheFunAmount]);
fwrite(Filedirectory,Funtext);
Reply


Messages In This Thread
Save countdown time - by Biesmen - 20.03.2011, 18:45
AW: Save countdown time - by Pablo Borsellino - 20.03.2011, 18:55
Re: Save countdown time - by Biesmen - 20.03.2011, 18:58
AW: Save countdown time - by Pablo Borsellino - 20.03.2011, 19:01
Re: Save countdown time - by Biesmen - 20.03.2011, 19:10
Re: Save countdown time - by Stigg - 20.03.2011, 19:14
AW: Save countdown time - by Pablo Borsellino - 20.03.2011, 19:15
Re: Save countdown time - by Biesmen - 20.03.2011, 19:18
Re: Save countdown time - by Stigg - 20.03.2011, 19:21
Re: Save countdown time - by Biesmen - 20.03.2011, 19:23

Forum Jump:


Users browsing this thread: 2 Guest(s)