29.01.2011, 04:21
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]),
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

