SA-MP Forums Archive
BAD Problem - 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)
+---- Forum: Help Archive (https://sampforum.blast.hk/forumdisplay.php?fid=89)
+---- Thread: BAD Problem (/showthread.php?tid=131056)



BAD Problem - braduz - 01.03.2010

Please help
I need help
but i recently added uf.inc(useful functions)
because I use too many timers
the errors:
Код:
C:\Users\heather\Desktop\Server\gamemodes\tAxIFRB.pwn(1655) : error 021: symbol already defined: "set"
C:\Users\heather\Desktop\Server\gamemodes\tAxIFRB.pwn(1664) : error 021: symbol already defined: "strreplace"
C:\Users\heather\Desktop\Server\gamemodes\tAxIFRB.pwn(1679) : error 047: array sizes do not match, or destination array is too small
C:\Users\heather\Desktop\Server\gamemodes\tAxIFRB.pwn(1701) : error 021: symbol already defined: "ret_memcpy"
C:\Users\heather\Desktop\Server\gamemodes\tAxIFRB.pwn(1705) : error 047: array sizes do not match, or destination array is too small
C:\Users\heather\Desktop\Server\gamemodes\tAxIFRB.pwn(1707) : error 047: array sizes do not match, or destination array is too small
C:\Users\heather\Desktop\Server\gamemodes\tAxIFRB.pwn(1710) : error 047: array sizes do not match, or destination array is too small
C:\Users\heather\Desktop\Server\gamemodes\tAxIFRB.pwn(1713) : error 047: array sizes do not match, or destination array is too small
Please help i dident have these errors before i added uf.inc http://pastebin.com/mm7B8cEh



Re: BAD Problem - bajskorv123 - 01.03.2010

Where you got uf? :P
And i think you should remove the "set, strreplace and ret_mempcy" functions as it maybe already was defined in the include.


Re: BAD Problem - MaykoX - 01.03.2010

Quote:
Originally Posted by [NWA
Hannes ]
Where you got uf? :P
And i think you should remove the "set, strreplace and ret_mempcy" functions as it maybe already was defined in the include.
And for this stuff : array sizes do not match, or destination array is too small usualy it's aray only to small example new string[30]; just make it bigger


Re: BAD Problem - braduz - 01.03.2010

Quote:
Originally Posted by [NWA
Hannes ]
Where you got uf? :P
And i think you should remove the "set, strreplace and ret_mempcy" functions as it maybe already was defined in the include.
Useful functions on the sa-mp wiki page
search useful functions