09.10.2018, 12:07
So uh, something like this?
Would this code check if the content of every [Inv] variable is equal to 1?
PHP код:
for(new i=0; i<10; i++)
{
if(PlayerInfo[id][Inv][i] == 1)
{
//code
}
}