Untitled

 avatar
unknown
plain_text
a year ago
239 B
7
Indexable
// Ví dụ về Get/Set PVar
new luuLevel[MAX_PLAYERS];
luuLevel[playerid] = PlayerInfo[playerid][pLevel];
%d, luuLevel[playerid]);


SetPVarInt(playerid, "luuLevel", PlayerInfo[playerid][pLevel]);
GetPVarInt(playerid, "luuLevel");
Editor is loading...
Leave a Comment