04.01.2011, 19:20
No, it's about converting
and so on with ONE universal #define code, so that after pre-compiling the code is like this:
Do you know what I mean?
pawn Код:
PlayerInfo[playerid][pAdmin] = 1;
PlayerInfo[playerid][pCash]--;
if(PlayerInfo[playerid][pLaptop] == 7)
pawn Код:
SetPVarInt(playerid, "pAdmin", 1);
SetPVarInt(playerid, "pCash", GetPVarInt(playerid, "pCash")-1);
if(GetPVarInt(playerid, "pLaptop") == 7)