05.06.2017, 01:38
I would like to know the difference between these two things:
and doing it like this:
is there any difference,and could you explain a little bit about the PVar thingy?and Which method is better to use?
pawn Код:
GetPVarInt(playerid, "thename");
SetPVarInt(playerid, "thename", value);
pawn Код:
thename[playerid] = value;
//and to get the value you just type it in,like if(thename[playeird] == 2)