AlliedModders

AlliedModders (https://forums.alliedmods.net/index.php)
-   General (https://forums.alliedmods.net/forumdisplay.php?f=7)
-   -   many bugs/missing stuff... (https://forums.alliedmods.net/showthread.php?t=405)

Sanji 03-21-2004 17:21

many bugs/missing stuff...
 
well i tryed to rewrite my plugins to work with amxmodx 0.15 and found this bugs (missing stuff):

1. on compiling with stock "find_entity" from xtrafun.inc it says:
...: error 017: undefined symbol "find_entity_by_target"
...: error 017: undefined symbol "find_entity_by_class"

2. my plugin makes use of the cs_reset_user_model, but it says:
[AMXX] Function not found (name "cs_reset_user_model") (plugin "tools.amx")

3. is not a bug, but difficult to find the issue
vexd_utilitys native "FindEntity" returns by default -1 if entity is not found
but in amxx it returns 0

well i hope the amxx team will fix the cs_reset_user_model error :)

BigBaller 03-21-2004 17:26

have you updated to the newest include files?

You should try the website compiler and see if you still get the same errors

http://www.amxmodx.org

try the website compiler and if you got the same errors then who knows.

Sanji 03-21-2004 17:33

well i use the header files included in the 0.15 binary package
i dont have cvs installed, so i cant get the latest files

i found an other way to do what i want, but i found no way to remove the cs_reset_user_model error

i try the online ocmpiler later

BigBaller 03-21-2004 17:36

you dont need to have CVS installed to get the files.

http://www.tcwonline.org/cgi-bin/vie...ugins/include/

get the tarball at the bottom of the page

WinZip can open those type of files.

Sanji 03-21-2004 17:37

ah cool cvs via web. thx for link :)

BigBaller 03-21-2004 17:38

no problem.

Sanji 03-21-2004 17:46

well the first problem works now, the other not

native cs_reset_user_model not found...
is there a uptodate windows binary build form the cvs?

Freecode 03-21-2004 17:50

make sure u include cstrike

Sanji 03-21-2004 17:53

lol sorry, my misstake. i run a svencoop server. well in this case, i removed this module.

and now? IT WORKS FINE! thx :oops:

BigBaller 03-21-2004 18:33

Quote:

Originally Posted by Sanji
lol sorry, my misstake. i run a svencoop server. well in this case, i removed this module.

and now? IT WORKS FINE! thx :oops:

And again no problem hehe, good to help out others, helps make a better quality product.


All times are GMT -4. The time now is 06:50.

Powered by vBulletin®
Copyright ©2000 - 2024, vBulletin Solutions, Inc.