small question regarding foreach
#1

what would be basically the difference between both these codes?

pawn Код:
foreach(new i:Player)
{
//function
}
pawn Код:
foreach(Player,i)
{
//function
}
Reply
#2

Quote:
Originally Posted by DavidBilla
Посмотреть сообщение
what would be basically the difference between both these codes?

pawn Код:
foreach(new i:Player)
{
//function
}
pawn Код:
foreach(Player,i)
{
//function
}
No difference.
Reply


Forum Jump:


Users browsing this thread: 2 Guest(s)