12.03.2011, 01:45
You actually have it correct. Why don't you test it out
OR, you can use this macro:
- My 1,000th post D:
OR, you can use this macro:
pawn Код:
#define UpdatePVarInt(%0,%1,%2) SetPVarInt(%0, %1, GetPVarInt(%0, %1) %2)
UpdatePVarInt(playerid, "blabla", + 1);