09.07.2015, 14:01 
	
	
	
		mda, i put 
and the warning
any ideea?
	
	
	
	
PHP Code:
 new ActorA;
new ActorB;
new ActorC;
new ActorD;
new ActorE;
new ActorF;
new ActorG;
new ActorH; 
PHP Code:
C:\Documents and Settings\PC\Desktop\SERVER.UNNIC\gamemodes\ServerUNNIC.pwn(13534) : warning 204: symbol is assigned a value that is never used: "ActorA"
C:\Documents and Settings\PC\Desktop\SERVER.UNNIC\gamemodes\ServerUNNIC.pwn(13535) : warning 204: symbol is assigned a value that is never used: "ActorB"
C:\Documents and Settings\PC\Desktop\SERVER.UNNIC\gamemodes\ServerUNNIC.pwn(13536) : warning 204: symbol is assigned a value that is never used: "ActorC"
C:\Documents and Settings\PC\Desktop\SERVER.UNNIC\gamemodes\ServerUNNIC.pwn(13537) : warning 204: symbol is assigned a value that is never used: "ActorD"
C:\Documents and Settings\PC\Desktop\SERVER.UNNIC\gamemodes\ServerUNNIC.pwn(13538) : warning 204: symbol is assigned a value that is never used: "ActorE"
C:\Documents and Settings\PC\Desktop\SERVER.UNNIC\gamemodes\ServerUNNIC.pwn(13539) : warning 204: symbol is assigned a value that is never used: "ActorF"
C:\Documents and Settings\PC\Desktop\SERVER.UNNIC\gamemodes\ServerUNNIC.pwn(13540) : warning 204: symbol is assigned a value that is never used: "ActorG"
C:\Documents and Settings\PC\Desktop\SERVER.UNNIC\gamemodes\ServerUNNIC.pwn(13541) : warning 204: symbol is assigned a value that is never used: "ActorH"
Pawn compiler 3.2.3664              Copyright (c) 1997-2006, ITB CompuPhase
8 Warnings. 


