help with errors
#7

pawn Код:
foreach(Player, i)
{
   // code
}
Quote:
Originally Posted by StreetRP
Посмотреть сообщение
Remplace with :
Код:
foreach(new i = 0; i < MAX_PLAYERS; i++){
foreach is for using iterators, and what you wrote is just using simple loops.
Reply


Messages In This Thread
help with errors - by RuNBoY - 11.01.2015, 12:37
Re: help with errors - by bgedition - 11.01.2015, 12:38
Re: help with errors - by RuNBoY - 11.01.2015, 12:45
Re : help with errors - by StreetRP - 11.01.2015, 12:48
Re: help with errors - by bgedition - 11.01.2015, 12:48
Re: help with errors - by RuNBoY - 11.01.2015, 12:51
Re: help with errors - by dominik523 - 11.01.2015, 12:57
Re: help with errors - by RuNBoY - 11.01.2015, 12:58
Re: help with errors - by dominik523 - 11.01.2015, 12:59
Re: help with errors - by RuNBoY - 11.01.2015, 13:02

Forum Jump:


Users browsing this thread: 1 Guest(s)