Eror filterscript
#1

Код:
D:\Rockstar Games\DM\gamemodes\PSDM.pwn(297) : error 017: undefined symbol "L1"
D:\Rockstar Games\DM\gamemodes\PSDM.pwn(298) : error 017: undefined symbol "L2"
D:\Rockstar Games\DM\gamemodes\PSDM.pwn(299) : error 017: undefined symbol "L3"
D:\Rockstar Games\DM\gamemodes\PSDM.pwn(300) : error 017: undefined symbol "L4"
D:\Rockstar Games\DM\gamemodes\PSDM.pwn(301) : error 017: undefined symbol "L5"
D:\Rockstar Games\DM\gamemodes\PSDM.pwn(302) : error 017: undefined symbol "L6"
D:\Rockstar Games\DM\gamemodes\PSDM.pwn(303) : error 017: undefined symbol "L7"
D:\Rockstar Games\DM\gamemodes\PSDM.pwn(304) : error 017: undefined symbol "L8"
D:\Rockstar Games\DM\gamemodes\PSDM.pwn(305) : error 017: undefined symbol "L9"
D:\Rockstar Games\DM\gamemodes\PSDM.pwn(306) : error 017: undefined symbol "L10"
D:\Rockstar Games\DM\gamemodes\PSDM.pwn(307) : error 017: undefined symbol "L11"
D:\Rockstar Games\DM\gamemodes\PSDM.pwn(308) : error 017: undefined symbol "L12"
D:\Rockstar Games\DM\gamemodes\PSDM.pwn(309) : error 017: undefined symbol "L13"
D:\Rockstar Games\DM\gamemodes\PSDM.pwn(310) : error 017: undefined symbol "L14"
D:\Rockstar Games\DM\gamemodes\PSDM.pwn(311) : error 017: undefined symbol "L15"
D:\Rockstar Games\DM\gamemodes\PSDM.pwn(312) : error 017: undefined symbol "L16"
D:\Rockstar Games\DM\gamemodes\PSDM.pwn(313) : error 017: undefined symbol "L17"
D:\Rockstar Games\DM\gamemodes\PSDM.pwn(314) : error 017: undefined symbol "L18"
D:\Rockstar Games\DM\gamemodes\PSDM.pwn(315) : error 017: undefined symbol "L19"
D:\Rockstar Games\DM\gamemodes\PSDM.pwn(316) : error 017: undefined symbol "L20"
D:\Rockstar Games\DM\gamemodes\PSDM.pwn(317) : error 017: undefined symbol "L21"
D:\Rockstar Games\DM\gamemodes\PSDM.pwn(318) : error 017: undefined symbol "L22"
D:\Rockstar Games\DM\gamemodes\PSDM.pwn(319) : error 017: undefined symbol "L23"
D:\Rockstar Games\DM\gamemodes\PSDM.pwn(320) : error 017: undefined symbol "L24"
Pawn compiler 3.2.3664	 	 	Copyright © 1997-2006, ITB CompuPhase


24 Errors.
http://forum.sa-mp.com/showthread.ph...hlight=RankSys
Reply
#2

Have you defined L1 all the way to L24?

Код:
#define L1 20
#define L2 100
#define L3 250
#define L4 400
#define L5 800
#define L6 1500
#define L7 3000
#define L8 6000
#define L9 10000
#define L10 15000
#define L11 25000
//additional ranks as you wish
Reply
#3

yes .....
Reply
#4

Hmm. Make sure that the defines are at the top of your script, before you start using like L1 etc.
Reply
#5

thanks

Quote:

Make sure that the defines are at the top of your script

Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)