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

Showing results 1 to 22 of 22
Search took 0.00 seconds.
Search: Posts Made By: ot_207
Forum: Code Snippets/Tutorials 09-01-2009, 12:19
Replies: 121
Views: 158,784
Posted By ot_207
Re: [TUT] Modules and efficient scripting

Good to know that, haven't thought of it :).
Forum: Code Snippets/Tutorials 09-01-2009, 03:59
Replies: 121
Views: 158,784
Posted By ot_207
Re: [TUT] Modules and efficient scripting

Engine doesn't know you have the client_PreThink function in your plugin, even if you include engine. The module will call the function even if it is not included :).
Forum: Code Snippets/Tutorials 09-01-2009, 03:42
Replies: 121
Views: 158,784
Posted By ot_207
Re: [TUT] Modules and efficient scripting

I did not say it was not true, I said that people misunderstood what the module developers have said. This tutorial is meant to point you into the right direction.



That is true!
Forum: Code Snippets/Tutorials 09-01-2009, 02:44
Replies: 121
Views: 158,784
Posted By ot_207
Re: [TUT] Modules and efficient scripting

The difference of that the engine uses cpu always instead of fakemeta that it does not. Can be explained with a simple and plain example.

In fakemeta if you need the prethink forward you will...
Forum: Code Snippets/Tutorials 04-18-2009, 04:23
Replies: 121
Views: 158,784
Posted By ot_207
Re: [TUT] Modules and efficient scripting

Conclusion:
We must use the module when it has a specific good function that others don't provide.
The less module comunications the better!!!
Forum: Code Snippets/Tutorials 04-18-2009, 03:54
Replies: 121
Views: 158,784
Posted By ot_207
Re: [TUT] Modules and efficient scripting

You don't need to convert all to engine or fun. You just need to update the stocks. For example instead of using fm_is_in_viewcone from fakemeta util you use is_in_viewcone from engine! So you...
Forum: Code Snippets/Tutorials 04-02-2009, 15:34
Replies: 121
Views: 158,784
Posted By ot_207
Re: [TUT] Modules and efficient scripting

FM has the good forwards and the pev functions are good, the stocks that fakemeta util provide are useless when other modules offer such functions ...
Forum: Code Snippets/Tutorials 04-02-2009, 06:57
Replies: 121
Views: 158,784
Posted By ot_207
Re: [TUT] Modules and efficient scripting

Yeah but with this tutorial the trend is over. :). Now people will think what to use before making a plugin.
Forum: Code Snippets/Tutorials 04-01-2009, 12:18
Replies: 121
Views: 158,784
Posted By ot_207
Re: [TUT] Modules and efficient scripting

Done :). If you have any suggestions or find any other mistakes feel free to post them ;).
Forum: Code Snippets/Tutorials 03-31-2009, 14:08
Replies: 121
Views: 158,784
Posted By ot_207
Re: [TUT] Modules and efficient scripting

Yon didn't see my conclusion... I said that just for fun, I didn't meant it seriously ...
Edit:Today or tomorror I will do some updates to this tutorial ;).
Edit2: Updated it! Waiting for opinions...
Forum: Code Snippets/Tutorials 03-30-2009, 18:10
Replies: 121
Views: 158,784
Posted By ot_207
Re: [TUT] Modules and efficient scripting

True true.
Engine: :grrr:
Fakemeta: :nono:
Forum: Code Snippets/Tutorials 03-29-2009, 16:07
Replies: 121
Views: 158,784
Posted By ot_207
Forum: Code Snippets/Tutorials 03-29-2009, 16:03
Replies: 121
Views: 158,784
Posted By ot_207
Re: [TUT] Modules and efficient scripting

He said about natives functions like pev,set_pev,create_tr2,get_pdata_int are the same. He told us that stocks that emulate functions of engine use a lot of cpu. For example fakemeta util stocks use...
Forum: Code Snippets/Tutorials 03-29-2009, 15:56
Replies: 121
Views: 158,784
Posted By ot_207
Forum: Code Snippets/Tutorials 03-29-2009, 15:37
Replies: 121
Views: 158,784
Posted By ot_207
Re: [TUT] Modules and efficient scripting

Ok, will wait for your feedback. I'm also curious :).
Forum: Code Snippets/Tutorials 03-29-2009, 15:26
Replies: 121
Views: 158,784
Posted By ot_207
Re: [TUT] Modules and efficient scripting

Yes ...
Look as an example you can try to test this code.
http://forums.alliedmods.net/showthread.php?t=65427
In that topic you can see both fakemeta and engine example you will see that engine...
Forum: Code Snippets/Tutorials 03-29-2009, 15:10
Replies: 121
Views: 158,784
Posted By ot_207
Re: [TUT] Modules and efficient scripting

Thanks :).
Engine is faster than FakeMeta in this situation for instance.
Forum: Code Snippets/Tutorials 03-29-2009, 11:15
Replies: 121
Views: 158,784
Posted By ot_207
Re: [TUT] Modules and efficient scripting

I know, you don't need to explain, this is your situation or any other good coders situation. There are some problems that will be fixed on that tutorial. If a scripter needs it he will modify the...
Forum: Code Snippets/Tutorials 03-29-2009, 11:01
Replies: 121
Views: 158,784
Posted By ot_207
Re: [TUT] Modules and efficient scripting

Yeah it can be improved but we can't ask for perfection in all codes. That tutorial is good as it is and people should follow it!
Forum: Code Snippets/Tutorials 03-29-2009, 07:54
Replies: 121
Views: 158,784
Posted By ot_207
Re: [TUT] Modules and efficient scripting

Thanks :). Hope that you understood its purpose.
Forum: Code Snippets/Tutorials 03-29-2009, 07:36
Replies: 121
Views: 158,784
Posted By ot_207
Re: [TUT] Modules and efficient scripting

Thanks.
When we talk about the possible errors like SVC BAD then I fully suggest to use the fakemeta way!
In this tutorial we must understand to use the unique functions that the module provides....
Forum: Code Snippets/Tutorials 03-29-2009, 06:47
Replies: 121
Views: 158,784
Posted By ot_207
[TUT] Modules and efficient scripting

This tutorial is meant for all the scripters arround amxx, recommended mostly for intermediate scripters.

First of all what is an efficient plugin?
An efficient plugin is the one that combines...
Showing results 1 to 22 of 22

 
Forum Jump

All times are GMT -4. The time now is 12:37.


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