Raised This Month: $32 Target: $400
 8% 

Showing results 1 to 8 of 8
Search took 0.00 seconds.
Search: Posts Made By: SchlumPF*
Forum: Code Snippets/Tutorials 04-20-2009, 14:25
Replies: 121
Views: 157,573
Posted By SchlumPF*
Re: [TUT] Modules and efficient scripting

"When there a 32 slots on the server.. MAX_ENTs = 1365"

fail,
maxents = 900 + maxplayers * 15
maxents_32 = 900 + 32 * 15 = 1380

anyway, thats the hl calculations which is used if the...
Forum: Code Snippets/Tutorials 04-18-2009, 12:24
Replies: 121
Views: 157,573
Posted By SchlumPF*
Re: [TUT] Modules and efficient scripting

those are just different var types although they both are cells. i dont think there is any difference.
Forum: Code Snippets/Tutorials 04-01-2009, 12:13
Replies: 121
Views: 157,573
Posted By SchlumPF*
Re: [TUT] Modules and efficient scripting

small typo: Client_PreThink(id)-> client_PreThink(id)
Forum: Code Snippets/Tutorials 03-30-2009, 18:09
Replies: 121
Views: 157,573
Posted By SchlumPF*
Re: [TUT] Modules and efficient scripting

http://todome.de/schlumpf/pics/fm_fail.gif
paint ftw!
Forum: Code Snippets/Tutorials 03-29-2009, 19:11
Replies: 121
Views: 157,573
Posted By SchlumPF*
Re: [TUT] Modules and efficient scripting

i just answered your question, i think that the function itself is just usefull if you need to loop through different types of ents.
Forum: Code Snippets/Tutorials 03-29-2009, 17:37
Replies: 121
Views: 157,573
Posted By SchlumPF*
Re: [TUT] Modules and efficient scripting

never used pev_valid(id) == 2 but i guess it is not really needed.
if you set some ents pdata you should already know whether it has pdata. but it may be usefull if you loop through different kinds...
Forum: Code Snippets/Tutorials 03-29-2009, 16:41
Replies: 121
Views: 157,573
Posted By SchlumPF*
Re: [TUT] Modules and efficient scripting

the more results i see the more i think that i really should convert my plugins to use fakemeta only if there is no way to avoid it except for huge codes which can be done by a few fm lines :/
Forum: Code Snippets/Tutorials 03-29-2009, 15:05
Replies: 121
Views: 157,573
Posted By SchlumPF*
Re: [TUT] Modules and efficient scripting

so does it matter whether i use pev_origin or EV_VEC_origin for example? thats the only question which left in my eyes :)

nice tut ;o)
Showing results 1 to 8 of 8

 
Forum Jump

All times are GMT -4. The time now is 07:20.


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