08.10.2016, 21:46
Hey guys, what should be actually more efficient
PHP код:
new x[MAX_PLAYERS];
x[playerid] = 1;
//
SetPVarInt(playerid, "x", 1);