Score wont seem to save
#6

You should use playervar's for this you could either do:

pawn Код:
// Set
SetPVarInt(playerid, "Score", GetPlayerScore(playerid));
// Get
GetPVarInt(playerid, "Score")
pawn Код:
new Score[MAX_PLAYERS];
// Set
Score[playerid] = GetPlayerScore(playerid);
// Get
Score[playerid];
Reply


Messages In This Thread
Score wont seem to save - by Dolph - 09.08.2010, 14:38
Re: Score wont seem to save - by selten98 - 09.08.2010, 14:43
Re: Score wont seem to save - by Dolph - 09.08.2010, 14:46
Re: Score wont seem to save - by MadeMan - 09.08.2010, 14:47
Re: Score wont seem to save - by Dolph - 09.08.2010, 14:49
Re: Score wont seem to save - by Cameltoe - 09.08.2010, 15:49
Re: Score wont seem to save - by Dolph - 09.08.2010, 16:35

Forum Jump:


Users browsing this thread: 1 Guest(s)