need help with tutorial
#1

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?
Reply


Messages In This Thread
need help with tutorial - by Michael_Cuellar - 26.04.2012, 01:28
Re: need help with tutorial - by ReneG - 26.04.2012, 01:55
Re: need help with tutorial - by Ballu Miaa - 26.04.2012, 03:27
Re: need help with tutorial - by Michael_Cuellar - 26.04.2012, 04:05
Re: need help with tutorial - by RollTi - 26.04.2012, 04:10
Re: need help with tutorial - by Jonny5 - 26.04.2012, 04:12
Re: need help with tutorial - by Ballu Miaa - 26.04.2012, 04:12
Re: need help with tutorial - by Michael_Cuellar - 26.04.2012, 04:14
Re: need help with tutorial - by Michael_Cuellar - 26.04.2012, 04:19

Forum Jump:


Users browsing this thread: 1 Guest(s)