My Stats are reseting
#9

Try setting it all in variables or in SetPVarInt, for example:
pawn Code:
new Gender[MAX_PLAYERS];
pawn Code:
if(Gender[playerid] == 1)
{
SendClientMessage(playerid, -1, "You are a Male");
return 1;
}
pawn Code:
if(Gender[playerid] == 2)
{
SendClientMessage(playerid, -1, "You are a Female");
return 1;
}
And then save/load it using the way showed above.

Same goes with the age etc.
Reply


Messages In This Thread
My Stats are reseting - by GAMER_PS2 - 11.12.2011, 07:55
Re: My Stats are reseting - by JamesC - 11.12.2011, 08:05
Re: My Stats are reseting - by wildcookie007 - 11.12.2011, 08:05
Re: My Stats are reseting - by GAMER_PS2 - 11.12.2011, 08:15
Re: My Stats are reseting - by suhrab_mujeeb - 11.12.2011, 08:33
Re: My Stats are reseting - by GAMER_PS2 - 11.12.2011, 08:43
Re: My Stats are reseting - by GAMER_PS2 - 11.12.2011, 10:02
Re: My Stats are reseting - by GAMER_PS2 - 12.12.2011, 07:39
Re: My Stats are reseting - by suhrab_mujeeb - 12.12.2011, 07:54

Forum Jump:


Users browsing this thread: 1 Guest(s)