12.10.2014, 22:38
This is my variable:
What do I want to do?.. I want to loop through every vehicle and set each window (all four of them) to 0.
The attempt I did at coding above clearly fails as it fucks up my whole gamemode. Anyone that can teach me how to do this?
pawn Код:
new windows[MAX_VEHICLES][4];
pawn Код:
for(new i=1; i < MAX_VEHICLES; i++)
{
windows[MAX_WINDOWS][i];
}