18.10.2015, 09:22
How is that right? Option 1 or Option 2?
Option 1:
Option 2:
Option 1:
Код HTML:
foreach(new i: Player) { pInfo[i][pScore] += 1; VPUpdate(i, pScoreu); SetPlayerScore(i, pInfo[playerid][pScore]); }
Код HTML:
for(new i = 0; i <= GetPlayerPoolSize(); i++) { pInfo[i][pScore] += 1; VPUpdate(i, pScoreu); SetPlayerScore(i, pInfo[playerid][pScore]); }