21.07.2010, 07:31
Why sa-mp team do not mention PVar only suport 800 elements per player Update page?
amount 800 is still less, as I think.
If GVar is faster than PVar, how about use GVar instead of PVar system?
Like
amount 800 is still less, as I think.
If GVar is faster than PVar, how about use GVar instead of PVar system?
Like
pawn Код:
stock GetPVarIntEx(playerid,varname[]){
return GetGVarInt(varname,1+playerid);
}
#define GetPVarInt(%1) GetPVarIntEx(%1)