09.02.2015, 00:06
Thanks for clarifying
Could you please tell me if it works this way.
Example:
This look will stop when i=2 right?
And thebiz will have the number 2?
Could you please tell me if it works this way.
Example:
PHP код:
PlayaInfo[playerid][0][2]=0;
PHP код:
for(new i=0; i<=3; i++)
{
if(PlayaInfo[playerid][0][i]==0)
{
thebiz=i;
break;
}
}
And thebiz will have the number 2?