17.05.2010, 02:11
i have anotherr question .. lolz
is this ok ? i did it myself ..
did i use the "i" correctly ?
and i put that at onplayerupdate .. or do i have to make a timer fot this also ?
is this ok ? i did it myself ..
did i use the "i" correctly ?
Код:
for(new i; i<MAX_PLAYERS; i++)
{
if(PlayerInfo[i][LoggedIn] == 1 && PlayerInfo[i][Registered] == 1)
{
if(GetPlayerScore(i) == 50)
{
Gang[i] = BALLA;
}
}
}

