Only for ID 0
#4

maybe something as this:
pawn Код:
new Level[MAX_PLAYERS];

public OnGameModeInit()
{
  for(new i=0; i<MAX_PLAYERS; i++) Level[i] = 1;
}
you can't set the value of array in the way you did, you need to create a loop, and set every slot of the array to the value.
Reply


Messages In This Thread
Only for ID 0 - by arnutisz - 21.06.2009, 07:48
Re: Only for ID 0 - by woot - 21.06.2009, 08:26
Re: Only for ID 0 - by DiDok - 21.06.2009, 08:29
Re: Only for ID 0 - by [nl]daplayer - 21.06.2009, 08:38
Re: Only for ID 0 - by arnutisz - 21.06.2009, 08:42
Re: Only for ID 0 - by arnutisz - 21.06.2009, 08:47
Re: Only for ID 0 - by [nl]daplayer - 21.06.2009, 08:51
Re: Only for ID 0 - by woot - 21.06.2009, 08:55
Re: Only for ID 0 - by arnutisz - 21.06.2009, 09:09
Re: Only for ID 0 - by Donny_k - 21.06.2009, 12:50

Forum Jump:


Users browsing this thread: 1 Guest(s)