26.03.2015, 16:49
You can declare your array like that.
That way you don't have to use a loop in OnGameModeInit
PHP код:
new
Text3D:Label[MAX_PLAYERS] = {Text3D:INVALID_3DTEXT_ID, ...};