26.04.2012, 01:28
okay so i'm trying to make a save system using this tut: https://sampforum.blast.hk/showthread.php?tid=299791
im trying to add this in my script
new
Float: PosX[ MAX_PLAYERS ],
Float: PosY[ MAX_PLAYERS ],
Float: PosZ[ MAX_PLAYERS ],
Float: Angle[ MAX_PLAYERS ],
Interior[ MAX_PLAYERS ],
VirtualWorld[ MAX_PLAYERS ]
;
but when I try to compile it I get this
C:\Users\Michael C\Desktop\4-21-2012 project\gamemodes\NewRoleplay.pwn(466) : warning 203: symbol is never used: "Angle"
C:\Users\Michael C\Desktop\4-21-2012 project\gamemodes\NewRoleplay.pwn(466) : warning 203: symbol is never used: "Interior"
C:\Users\Michael C\Desktop\4-21-2012 project\gamemodes\NewRoleplay.pwn(466) : warning 203: symbol is never used: "PosX"
C:\Users\Michael C\Desktop\4-21-2012 project\gamemodes\NewRoleplay.pwn(466) : warning 203: symbol is never used: "PosY"
C:\Users\Michael C\Desktop\4-21-2012 project\gamemodes\NewRoleplay.pwn(466) : warning 203: symbol is never used: "PosZ"
C:\Users\Michael C\Desktop\4-21-2012 project\gamemodes\NewRoleplay.pwn(466) : warning 203: symbol is never used: "VirtualWorld"
Pawn compiler 3.2.3664 Copyright © 1997-2006, ITB CompuPhase
any idea whats wrong?
im trying to add this in my script
new
Float: PosX[ MAX_PLAYERS ],
Float: PosY[ MAX_PLAYERS ],
Float: PosZ[ MAX_PLAYERS ],
Float: Angle[ MAX_PLAYERS ],
Interior[ MAX_PLAYERS ],
VirtualWorld[ MAX_PLAYERS ]
;
but when I try to compile it I get this
C:\Users\Michael C\Desktop\4-21-2012 project\gamemodes\NewRoleplay.pwn(466) : warning 203: symbol is never used: "Angle"
C:\Users\Michael C\Desktop\4-21-2012 project\gamemodes\NewRoleplay.pwn(466) : warning 203: symbol is never used: "Interior"
C:\Users\Michael C\Desktop\4-21-2012 project\gamemodes\NewRoleplay.pwn(466) : warning 203: symbol is never used: "PosX"
C:\Users\Michael C\Desktop\4-21-2012 project\gamemodes\NewRoleplay.pwn(466) : warning 203: symbol is never used: "PosY"
C:\Users\Michael C\Desktop\4-21-2012 project\gamemodes\NewRoleplay.pwn(466) : warning 203: symbol is never used: "PosZ"
C:\Users\Michael C\Desktop\4-21-2012 project\gamemodes\NewRoleplay.pwn(466) : warning 203: symbol is never used: "VirtualWorld"
Pawn compiler 3.2.3664 Copyright © 1997-2006, ITB CompuPhase
any idea whats wrong?