[DUDA] Variable
#1

Hola a todos, estoy creando un sistema de eventos para mi sistema de administraciуn para mi servidor freeroam, pero tengo un pequeсo problema... puse esto para los que estan dentro del evento, spawneen:
Код:
for(new i = 0; i < MAX_PLAYERS; i++){
	SpawnPlayer(VariableZombies[i]);} // Esa parte es la que los spawnea y los resetea :D, bien.
La variable la definн asн:
Код:
new VariableZombies;
y me tira el siguiente error:
Код:
C:\Users\yessica\Desktop\Carpetas\WEAPON_SCROLL_MOD_2_0_BETA\Gran-Destruccion 2.0\filterscripts\ladmin.pwn(8647) : error 028: invalid subscript (not an array or too many subscripts): "VariableZombies"
C:\Users\yessica\Desktop\Carpetas\WEAPON_SCROLL_MOD_2_0_BETA\Gran-Destruccion 2.0\filterscripts\ladmin.pwn(8647) : warning 215: expression has no effect
C:\Users\yessica\Desktop\Carpetas\WEAPON_SCROLL_MOD_2_0_BETA\Gran-Destruccion 2.0\filterscripts\ladmin.pwn(8647) : error 001: expected token: ";", but found "]"
C:\Users\yessica\Desktop\Carpetas\WEAPON_SCROLL_MOD_2_0_BETA\Gran-Destruccion 2.0\filterscripts\ladmin.pwn(8647) : error 029: invalid expression, assumed zero
C:\Users\yessica\Desktop\Carpetas\WEAPON_SCROLL_MOD_2_0_BETA\Gran-Destruccion 2.0\filterscripts\ladmin.pwn(8647) : fatal error 107: too many error messages on one line

Compilation aborted.Pawn compiler 3.2.3664	 	 	Copyright © 1997-2006, ITB CompuPhase


4 Errors.
Si la variable la defino con [MAX_PLAYERS] :
Quote:

C:\Users\yessica\Desktop\Carpetas\WEAPON_SCROLL_MO D_2_0_BETA\Gran-Destruccion 2.0\filterscripts\ladmin.pwn(8656) : error 033: array must be indexed (variable "VariableZombies")
C:\Users\yessica\Desktop\Carpetas\WEAPON_SCROLL_MO D_2_0_BETA\Gran-Destruccion 2.0\filterscripts\ladmin.pwn(866 : error 033: array must be indexed (variable "VariableZombies")
C:\Users\yessica\Desktop\Carpetas\WEAPON_SCROLL_MO D_2_0_BETA\Gran-Destruccion 2.0\filterscripts\ladmin.pwn(12091) : warning 202: number of arguments does not match definition
Pawn compiler 3.2.3664 Copyright © 1997-2006, ITB CompuPhase


2 Errors.

Alguna soluciуn o alguna otra forma de hacerlo? gracias
Reply


Messages In This Thread
[DUDA] Variable - by Matyaas - 04.05.2013, 02:15
Respuesta: [DUDA] Variable - by xSDx - 04.05.2013, 02:19
Respuesta: [DUDA] Variable - by Matyaas - 04.05.2013, 02:39
Respuesta: [DUDA] Variable - by xSDx - 04.05.2013, 02:47
Respuesta: [DUDA] Variable - by Matyaas - 04.05.2013, 03:15
Re: Respuesta: [DUDA] Variable - by Daniel-92 - 04.05.2013, 03:46
Respuesta: Re: Respuesta: [DUDA] Variable - by DesingMyCry - 04.05.2013, 20:44
Respuesta: [DUDA] Variable - by Matyaas - 04.05.2013, 21:33
Respuesta: [DUDA] Variable - by xSDx - 04.05.2013, 22:14
Respuesta: [DUDA] Variable - by adri1 - 04.05.2013, 22:17

Forum Jump:


Users browsing this thread: 2 Guest(s)