20.07.2014, 15:36
hello i have a question:
and
is it the same thing ??
thanks
Код:
myvariable[playerid] = 1;
Код:
myvariable{playerid} = 1;
thanks
myvariable[playerid] = 1;
myvariable{playerid} = 1;
new myvarible[MAX_PLAYERS];
myvarible[playerid] = 1;//now we use []
new myvariable braces[MAX_PLAYERS char];
myvariable{playerid} = 1;//this uses less memory here we use {}