23.07.2016, 16:54
Use this:
https://sampforum.blast.hk/showthread.php?tid=225350
If you're using a streamer, include it before including that.
Same thing with foreach/y_iterate.
If it gives a "foreach_depricated" warning, edit the include and change all (Only 2)
to
https://sampforum.blast.hk/showthread.php?tid=225350
If you're using a streamer, include it before including that.
Same thing with foreach/y_iterate.
If it gives a "foreach_depricated" warning, edit the include and change all (Only 2)
Код:
foreach(Player, i)
Код:
foreach(new i : Player)

