Raised This Month: $51 Target: $400
 12% 

HL Base Library


Post New Thread Reply   
 
Thread Tools Display Modes
Author Message
Turanga_Leela
Junior Member
Join Date: Nov 2010
Old 03-01-2013 , 08:20   HL Base Library
Reply With Quote #1

Delete This Post - Please ...

Last edited by Turanga_Leela; 04-25-2013 at 10:45.
Turanga_Leela is offline
Arkshine
AMX Mod X Plugin Approver
Join Date: Oct 2005
Old 03-01-2013 , 08:33   Re: HL Base Library
Reply With Quote #2

It's confusing, I don't understand well what it's supposed to do what you are supposed to do with it. Better explanation and description would be welcomed.
__________________
Arkshine is offline
Turanga_Leela
Junior Member
Join Date: Nov 2010
Old 03-01-2013 , 08:41   Re: HL Base Library
Reply With Quote #3

Quote:
Originally Posted by Arkshine View Post
It's confusing, I don't understand well what it's supposed to do what you are supposed to do with it. Better explanation and description would be welcomed.
1)Tasks on metamod (like amxmodx but better )
2)Client flags like in amxmodx.
3)Server Paths & command line

1 & 2Must be on meta, for example i am will write meta plugin that needs tasks && client flags(for menu), & i am will use this dll

3 - for some situations ...
Turanga_Leela is offline
yokomo
Surprise Ascot!
Join Date: May 2010
Location: Malaysia
Old 03-08-2013 , 07:56   Re: HL Base Library
Reply With Quote #4

Hurmmm strange and rare metamod module, any detail for it functions? any sample of usage?
__________________
Team-MMG CS1.6 Servers:
✅ MultiMod -- 103.179.44.152:27016
✅ Zombie Plague -- 103.179.44.152:27015
✅ Zombie Escape -- 103.179.44.152:27017
✅ Klassik Kombat -- 103.179.44.152:27018
✅ Boss-Battle -- 103.179.44.152:27019
yokomo is offline
K.K.Lv
Veteran Member
Join Date: Aug 2008
Location: GameFolder
Old 03-09-2013 , 10:09   Re: HL Base Library
Reply With Quote #5

can you upload the project file ?
__________________
QQ:116268742
K.K.Lv is offline
Send a message via MSN to K.K.Lv
yokomo
Surprise Ascot!
Join Date: May 2010
Location: Malaysia
Old 03-09-2013 , 10:33   Re: HL Base Library
Reply With Quote #6

Quote:
Originally Posted by K.K.Lv View Post
can you upload the project file ?
Yo long time no see buddy.
__________________
Team-MMG CS1.6 Servers:
✅ MultiMod -- 103.179.44.152:27016
✅ Zombie Plague -- 103.179.44.152:27015
✅ Zombie Escape -- 103.179.44.152:27017
✅ Klassik Kombat -- 103.179.44.152:27018
✅ Boss-Battle -- 103.179.44.152:27019
yokomo is offline
Turanga_Leela
Junior Member
Join Date: Nov 2010
Old 03-09-2013 , 11:37   Re: HL Base Library
Reply With Quote #7

Quote:
Originally Posted by yokomo View Post
Hurmmm strange and rare metamod module, any detail for it functions? any sample of usage?
Look at "TEST" there is an example of use, on it tree init & set task witch has 10 sec. delay. On task callback its print in server console information about itselt(must set param "-dev")

Plugin contain several API
1)Server info: server path, game path, game name ...
2)Client info: admin flags, connect time, put in server time ...
3)Tasks: many tasks api funcs
4)data feedback to the plugin: several vars
// in future i add some Stocks

For example, "p_sInfo" after calling has been include server path info (like - "C:\hlds\hl") (if != NULL of course )
Code:
g_pHL_BaseLibrary_Api -> pServerApi -> pServerInfo(ServerInfo_sServerPath);
const char * p_sInfo = reinterpret_cast<const char *>(g_pHL_BaseLibrary_Api -> pVars -> UnionVar.VaR_const_char_PTR);

Last edited by Turanga_Leela; 03-09-2013 at 11:41. Reason: 1
Turanga_Leela is offline
Reply



Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump


All times are GMT -4. The time now is 11:28.


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