Posts: 3,324
Threads: 96
Joined: Sep 2013
Quote:
Originally Posted by iSanchez
I have a problem with this include.
when I'm using foreach(new playerid : Player) it doesn't include the player id 0.
Why?
I mean, it start counting from 1+..
|
It's starts from the lowest playerid and goes through each other playerid. It's not like a foreach loop that loops through a range.