some mysql code problems
#2

pawn Код:
SetPVarInt(playerid, "VIP", data2[0], //Sets Pvar ints
                                   SetPVarInt(playerid, "Kills", data2[0]), //Sets Pvar ints
                   SetPVarInt(playerid, "Logged", 1), //Sets Pvar ints
                   SetPVarInt(playerid, "Deaths", data2[1]), //Sets Pvar ints
                   SetPlayerScore(playerid, data2[2]),
Should be

pawn Код:
SetPVarInt(playerid, "VIP", data2[0]); //Sets Pvar ints
                                   SetPVarInt(playerid, "Kills", data2[0]); //Sets Pvar ints
                   SetPVarInt(playerid, "Logged", 1); //Sets Pvar ints
                   SetPVarInt(playerid, "Deaths", data2[1]); //Sets Pvar ints
                   SetPlayerScore(playerid, data2[2]); //Set
Fix the second part, comparing to this.
Reply


Messages In This Thread
some mysql code problems - by MEC - 29.01.2011, 03:55
Re: some mysql code problems - by Anthonyx3' - 29.01.2011, 04:21

Forum Jump:


Users browsing this thread: 1 Guest(s)