10.05.2011, 13:15
untested but this should work too
then you should be able to use in the script
pawn Код:
#define PVarInt(%1,%2)++; SetPVarInt(%1,%2,GetPVarInt(%1,%2) + 1);
pawn Код:
PVarInt(playerid,"variable")++;