need help with pickups please
#7

Quote:
Originally Posted by [B2F
GunsNRoses ]


C:\Documents and Settings\********\Desktop\myserver\gamemodes\Born2 Fly.pwn(121) : error 017: undefined symbol "LSATC"
C:\Documents and Settings\********\Desktop\myserver\gamemodes\Born2 Fly.pwn(122) : error 017: undefined symbol "SFATC"
C:\Documents and Settings\********\Desktop\myserver\gamemodes\Born2 Fly.pwn(123) : error 017: undefined symbol "LVATC"
C:\Documents and Settings\********\Desktop\myserver\gamemodes\Born2 Fly.pwn(351) : error 017: undefined symbol "LSATC"
C:\Documents and Settings\********\Desktop\myserver\gamemodes\Born2 Fly.pwn(356) : error 017: undefined symbol "SFATC"
C:\Documents and Settings\********\Desktop\myserver\gamemodes\Born2 Fly.pwn(361) : error 017: undefined symbol "LVATC"
Pawn compiler 3.2.3664 Copyright © 1997-2006, ITB CompuPhase


6 Errors


EDIT: just noticed i have SFATC in there twice, that's changed but same errors are still there
You need to define your variable, put this at the top of your script (not above includes):
pawn Код:
new LSATC;
new SFATC;
new LVATC;
Reply


Messages In This Thread
need help with pickups please - by Guns_N_Roses - 22.02.2009, 09:19
Re: need help with pickups please - by [RP]Rav - 22.02.2009, 09:23
Re: need help with pickups please - by JaYmE - 22.02.2009, 09:25
Re: need help with pickups please - by Guns_N_Roses - 22.02.2009, 18:24
Re: need help with pickups please - by KnooL - 22.02.2009, 19:29
Re: need help with pickups please - by Guns_N_Roses - 22.02.2009, 22:14
Re: need help with pickups please - by Coicatak - 23.02.2009, 08:02
Re: need help with pickups please - by Guns_N_Roses - 23.02.2009, 08:59
Re: need help with pickups please - by [RP]Rav - 23.02.2009, 09:03
Re: need help with pickups please - by Guns_N_Roses - 23.02.2009, 09:09

Forum Jump:


Users browsing this thread: 1 Guest(s)