08.02.2015, 23:35
Hello all.
I'm having a few problems with my script, i searched everywhere in the script, still i'm thinking that i did'nt use the "break" correctly.
For example
So ..
The loop above will return a value of '1' and place it in the array 'thebiz" ?
Or no?
I'm having a few problems with my script, i searched everywhere in the script, still i'm thinking that i did'nt use the "break" correctly.
For example
PHP код:
PlayaInfo[playerid][0][1]==0;
PHP код:
for(new i=0; i<=3; i++)
{
if(PlayaInfo[playerid][0][i]==0) break;
thebiz=i;
}
Or no?