Windows
#1

This is my variable:

pawn Код:
new windows[MAX_VEHICLES][4];
What do I want to do?.. I want to loop through every vehicle and set each window (all four of them) to 0.

pawn Код:
for(new i=1; i < MAX_VEHICLES; i++)
{
    windows[MAX_WINDOWS][i];
}
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?
Reply


Messages In This Thread
Windows - by Chrillzen - 12.10.2014, 22:38
Re: Windows - by IceCube! - 12.10.2014, 22:49
Re: Windows - by VitalRP - 12.10.2014, 22:51
Re: Windows - by Chrillzen - 12.10.2014, 22:54
Re: Windows - by IceCube! - 12.10.2014, 22:56
Re: Windows - by Chrillzen - 12.10.2014, 23:02

Forum Jump:


Users browsing this thread: 3 Guest(s)