.:: Bots United ::.

.:: Bots United ::. (http://forums.bots-united.com/index.php)
-   Offtopic (http://forums.bots-united.com/forumdisplay.php?f=23)
-   -   CZ released!!! (http://forums.bots-united.com/showthread.php?t=1168)

dead bwoy 25-03-2004 00:02

Re: CZ released!!!
 
i also added this in games.h:
("czero", "cz_i386.so", "mp.dll", "Condition Zero"),
i do not have a .so file in my dlls folder tho so im guessing the name of it.
also:
im trying to compile this and it says that extdll.h cannot be found.
where should I put it? I know its in my SDK folder and I tried multiple ways of pointing the source to the includes but it just cant seem to find the file >:(
=========================================
ok ok i think its starting to work
getting some errors when compiling, but im fixing them as i go
hopefully i will be able to test this tomorrow!

Pierre-Marie Baty 25-03-2004 04:06

Re: CZ released!!!
 
you should not have any error at all... are you sure you didn't do something wrong ? What are these errors ?

dead bwoy 25-03-2004 05:23

Re: CZ released!!!
 
perhaps a link to a tutorial would help me out. im using dev-cpp c++ compiler. is there a way to use another compiler like borland or gcc thru dev-cpp? I have both these compilers but do not know how to use (or install?) them...:(

the errors were minor, I think...:
#praga once (no error if i take this line out)
error said something like old unused or outdated command

and: no new line at end of file.

Pierre-Marie Baty 25-03-2004 08:00

Re: CZ released!!!
 
ah ok, go ahead then. These are minor errors, indeed.

stefanhendriks 25-03-2004 09:32

Re: CZ released!!!
 
i somehow got a feeling it wont be that simple...

Pierre-Marie Baty 25-03-2004 10:58

Re: CZ released!!!
 
boah, you and your feelings... :P j/k

dead bwoy 25-03-2004 19:00

Re: CZ released!!!
 
In member function `void MPlugin::show()':
====================================
1063 ....\metamod-1.17\metamod\mplugin.cpp
`struct enginefuncs_s' has no member named `pfnSequenceGet
====================================
1063 ....\metamod-1.17\metamod\mplugin.cpp
`struct enginefuncs_s' has no member named `pfnGetFileSize
====================================
what does this error mean?
ps here is the actual line:
SHOW_DEF_ENGINE(engine_table, " ", "");
from:
Code:

if(engine_table) {
META_CONS("Engine functions:");
SHOW_DEF_ENGINE(engine_table, " ", "");
META_CONS("%d functions (engine)", n);
}

there's actually 3 spaces in that (engine_table, " ", "") part; if that even makes a difference...

perhaps this post should be moved to "bot & metamod coding"

DreamLord34 25-03-2004 19:40

Re: CZ released!!!
 
dead, to get metamod & the addons to work properly, get the newest one fron amxmodx.org. That's what I did & all is fine.
Also, the cz maps will load on your cs servers.

dead bwoy 25-03-2004 21:20

Re: CZ released!!!
 
@Dream: Thanks man works great! how is amxmodx?better than amx0.9.8a?

@PMB: Do you know if the error above is serious? What could cause this? syntax?...>:( i hope someone can help me. I wopuld still like to learn to compile a source that works, just so i can say i can do it. I wish i could get msvc but i dont have that kind of money. :( maybe once i find a better job and get out of debt!!:P yea right, not in this economy!9_9

ps oops! i hope i didnt cross the politics line.???:(

Pierre-Marie Baty 26-03-2004 01:23

Re: CZ released!!!
 
@dead bwoy: these errors make me think that you may not have the right HL SDK. Where did you get it ? Get the one from the metamod web site, since there have been a few non-official updates since Valve released the SDK 2.3 (and especially the adding of pfnSequenceGet and a couple other functions in the enginefuncs interface).


All times are GMT +2. The time now is 22:17.

Powered by vBulletin® Version 3.8.2
Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.