26.12.2011, 22:39
I wanted to create a new moving gate so i started by createobject with name gate1
new gate1;
....
gate1 = CreateObject(980, x, y, z, rotx, roty, rotz);
But it says:
C:\Users\DELL\Desktop\Copie de Copie de My Server\gamemodes\NGRP.pwn(19382) : warning 204: symbol is assigned a value that is never used: "Gate1"
Pawn compiler 3.2.3664 Copyright © 1997-2006, ITB CompuPhase
1 Warning.
that mens that the problem is in "Gate1" Why?
new gate1;
....
gate1 = CreateObject(980, x, y, z, rotx, roty, rotz);
But it says:
C:\Users\DELL\Desktop\Copie de Copie de My Server\gamemodes\NGRP.pwn(19382) : warning 204: symbol is assigned a value that is never used: "Gate1"
Pawn compiler 3.2.3664 Copyright © 1997-2006, ITB CompuPhase
1 Warning.
that mens that the problem is in "Gate1" Why?