do any 1 have guide how to make plugins ?
do any 1 have guide how to make plugins ?:)
sorry bad english... |
Re: do any 1 have guide how to make plugins ?
scripting isnīt something like riding a bike, its more of a way of thinking, you need to start learning functions, start reading other plugins and such. Look at scripting help and so on
|
Re: do any 1 have guide how to make plugins ?
Yes, here if you can read and understand this you can script, use the search plugin for ideas and such, at the bottom of some plugin theres something that says: Get Source. This, downloads the code for the plugin you have selected; go to AMXX-Studio and open the file, this will give you the code to that certain plugin. Theres characters like: <, ;, " ", (id) in plugins, You can't rip codes either you'll be banned. If you can read this and understand, you can call yourself a Starting Scripter:
PHP Code:
|
Re: do any 1 have guide how to make plugins ?
http://wiki.amxmodx.org/index.php/Pawn_Tutorial
The best is learning the basics and look inside little plugins how they work. To understand which function what do, is this helpfull:http://www.amxmodx.org/funcwiki.php |
Re: do any 1 have guide how to make plugins ?
allways in plugins you need to add:
#includes, #defines are optional but #include is allways needed. EXAMPLE: If you were making a plugin about TFC Weapon you would: PHP Code:
PHP Code:
|
| All times are GMT -4. The time now is 00:37. |
Powered by vBulletin®
Copyright ©2000 - 2024, vBulletin Solutions, Inc.