Problema con actores
#1

Bueno les cuento lo que hice, defini el include #include <a_actor>
Luego defini los actores
PHP код:
new ActorUnity;
new 
Actor24;
new 
ActorTienda;
new 
ActorBanco;
new 
ActorBanco2
Luego, en OnGameModeInit los cree
PHP код:
ActorUnity CreateActor(211, -22.3194,-140.3120,1003.5469,0.0);
Actor24 CreateActor(211, -23.7952,-57.3041,1003.5469,0.0);
ActorTienda CreateActor(2111005.4451,54.8812,55.3221,0.0);
ActorBanco CreateActor(1501431.0862,-1000.1790,1639.7856,0.0);
ActorBanco2 CreateActor(1501437.5789,-1000.1795,1639.7925,0.0); 
Y me tira los siguientes warnings:
PHP код:
 warning 204symbol is assigned a value that is never used"Actor24"
warning 204symbol is assigned a value that is never used"ActorBanco"
 
warning 204symbol is assigned a value that is never used"ActorBanco2"
warning 204symbol is assigned a value that is never used"ActorTienda"
warning 204symbol is assigned a value that is never used"ActorUnity" 
ACLARO: los new estan definidos debajo de los include.

Gracias.
Reply


Messages In This Thread
Problema con actores - by M@ty - 06.10.2015, 03:17
Respuesta: Problema con actores - by OTACON - 06.10.2015, 04:40
Respuesta: Problema con actores - by M@ty - 06.10.2015, 15:51
Re: Problema con actores - by admantis - 06.10.2015, 15:53
Respuesta: Re: Problema con actores - by M@ty - 06.10.2015, 18:08
Respuesta: Re: Problema con actores - by Thewin - 06.10.2015, 18:10
Respuesta: Re: Problema con actores - by M@ty - 06.10.2015, 18:32
Respuesta: Problema con actores - by Thewin - 06.10.2015, 18:34
Respuesta: Problema con actores - by M@ty - 06.10.2015, 18:54
Respuesta: Problema con actores - by Thewin - 06.10.2015, 19:43

Forum Jump:


Users browsing this thread: 1 Guest(s)