25.01.2011, 23:35
I'm not looking for the fastest, I'm looking for the less cpu usage.
Global Array:
PVars:
Global Array:
pawn Код:
enum PlayerInfo{
Kills,
Deaths,
Level
};
new Variable[MAX_PLAYERS][PlayerInfo];
pawn Код:
SetPVarInt(playerid,"Kills",GetPVarInt(playerid, "Kills)+1);