DELETE THIS THANKS :D
#1

All Fixed
Reply
#2

You haven't given sufficient information to solve the problem.The lines seem to be correct if you declared all functions.

Look for any braces you forgot somewhere.
Reply
#3

Thats what I'm thinking I have checked I've got a headache now so
Reply
#4

Quote:

warning 217: loose indentation

Fix by indenting the line correctly.
Reply
#5

C:\Users\Grand\Desktop\Ultimate Gaming Ground\filterscripts\Clan Script.pwn(1315) : error 017: undefined symbol "listnumber"
C:\Users\Grand\Desktop\Ultimate Gaming Ground\filterscripts\Clan Script.pwn(1331) : error 017: undefined symbol "EncodeName"

Both errors should really be clear for you. It seems that you didn't define listnumber and EncodeName correctly (or not at all). Check that.
Reply
#6

Quote:
Originally Posted by Jstylezzz
Посмотреть сообщение
C:\Users\Grand\Desktop\Ultimate Gaming Ground\filterscripts\Clan Script.pwn(1315) : error 017: undefined symbol "listnumber"
C:\Users\Grand\Desktop\Ultimate Gaming Ground\filterscripts\Clan Script.pwn(1331) : error 017: undefined symbol "EncodeName"

Both errors should really be clear for you. It seems that you didn't define listnumber and EncodeName correctly (or not at all). Check that.
Upsy Daisy LoL Fixed that thanks
Reply
#7

1) Its isnumeric, all small case if I'm right.
2) Not a problem you just didn't use Tab correctly
3)
pawn Код:
new listnumber;
or something. That variable isn't declared.
4) Same as previous
5) You need to have something like
pawn Код:
stock EncodeName(playerid)
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)