10.04.2008, 14:45
Ok now im getting this error
C:\Documents and Settings\Owner.sheldons\Desktop\SWAT_SERVER\gamemo des\whoopers.pwn(1997) : warning 219: local variable "pname1" shadows a variable at a preceding level
Pawn compiler 3.2.3664 Copyright © 1997-2006, ITB CompuPhase
1 Warning.
Line 1997 is:new pname1[MAX_PLAYER_NAME];
and if i left it at PlayerName i get 7 errors saying local variable"PlayerName" shadows...
C:\Documents and Settings\Owner.sheldons\Desktop\SWAT_SERVER\gamemo des\whoopers.pwn(1997) : warning 219: local variable "pname1" shadows a variable at a preceding level
Pawn compiler 3.2.3664 Copyright © 1997-2006, ITB CompuPhase
1 Warning.
Line 1997 is:new pname1[MAX_PLAYER_NAME];
and if i left it at PlayerName i get 7 errors saying local variable"PlayerName" shadows...