Why this error?
#2

Код:
// Top
new something[MAX_PLAYERS][2]

// in a callback
new variable[128];
variable[1] = something[playerid][1];
try this?

or

Код:
// Top
new something[MAX_PLAYERS][2][128]

// in a callback
new variable[128];
variable = something[playerid][1];
Reply


Messages In This Thread
Why this error? - by harrold - 07.02.2009, 10:48
Re: Why this error? - by luby - 07.02.2009, 10:50
Re: Why this error? - by harrold - 07.02.2009, 11:51
Re: Why this error? - by Nero_3D - 07.02.2009, 11:56
Re: Why this error? - by Mikep - 07.02.2009, 11:56
Re: Why this error? - by harrold - 07.02.2009, 12:05
Re: Why this error? - by harrold - 07.02.2009, 12:09
Re: Why this error? - by Mikep - 07.02.2009, 12:16
Re: Why this error? - by luby - 07.02.2009, 12:42
Re: Why this error? - by harrold - 07.02.2009, 12:54
Re: Why this error? - by luby - 07.02.2009, 12:59
Re: Why this error? - by harrold - 07.02.2009, 13:12

Forum Jump:


Users browsing this thread: 1 Guest(s)