SetPVarInt(playerid,"variable",GetPVarInt(playerid, "variable")+1;);
#define IncreasePVarInt(%1, %2, %3) SetPVarInt(%1, %2, GetPVarInt(%1, %2)+%3);