SA-MP Forums Archive
DELETE THIS THANKS :D - Printable Version

+- SA-MP Forums Archive (https://sampforum.blast.hk)
+-- Forum: SA-MP Scripting and Plugins (https://sampforum.blast.hk/forumdisplay.php?fid=8)
+--- Forum: Scripting Help (https://sampforum.blast.hk/forumdisplay.php?fid=12)
+--- Thread: DELETE THIS THANKS :D (/showthread.php?tid=433253)



DELETE THIS THANKS :D - RandomDude - 26.04.2013

All Fixed



Re: 9999+ Errors :D Kidding help please. - Yashas - 26.04.2013

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.


Re: 9999+ Errors :D Kidding help please. - RandomDude - 26.04.2013

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


Re: 9999+ Errors :D Kidding help please. - rbush12 - 26.04.2013

Quote:

warning 217: loose indentation

Fix by indenting the line correctly.


Re: 9999+ Errors :D Kidding help please. - Jstylezzz - 26.04.2013

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.


Re: 9999+ Errors :D Kidding help please. - RandomDude - 26.04.2013

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


Re: DELETE THIS THANKS :D - [MG]Dimi - 26.04.2013

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)