Jump to content

Recommended Posts

Posted

Hello,

 

First before even thinking of starting scripting plugins, i advise you to learn the pawn syntax. What I mean by that is that you understand all the functionality of the pawn scripting language, learning its basics such as variables, loops... etc. If you wish to learn that, please visit this link: http://wiki.alliedmods.net/Introduction_to_Pawn and http://wiki.alliedmods.net/Pawn_Tutorial

 

After that you might wanna learn how to compile a plugin (this is a stupid suggestion since most people know how, but anyway), because if you code a plugin but you don't know how to compile it, then its not going to work, please visit this link: http://wiki.alliedmods.net/Compiling...ns_(AMX_Mod_X)

 

Now you might wanna learn a very brief introduction to AMX MOD X scripting, please visit: http://wiki.alliedmods.net/Intro_to_AMX_Mod_X_Scripting

 

Cvars are a very importing thing in AMX MOD X plugins. It allows to turn off/on the plugin or any separate functions inside it. You wanna learn that too, check how here: http://wiki.alliedmods.net/Scripting_Cvars_(AMX_Mod_X)

 

Optimizing your code is crucial. Witch one would you pick if you had two plugins that does the same job but one does it better and/or does more efficiently? I am pretty sure I don't have to answer that. So head on here: http://wiki.alliedmods.net/Optimizin...d_X_Scripting)

 

There are lots of other great wikis in the AMX MOD X scripting wiki page: http://wiki.alliedmods.net/Category:...ng_(AMX_Mod_X)

 

I also would like to give you this: http://www.amxmodx.org/funcwiki.php?go=all_func

This is a list of all the present functions in AMX MOD X that you can use. These functions allow you to do special things, for example: cs_set_user_deaths() allows you to set a user a specified deaths amount, and so on.

 

This topic has almost all the tutorials for several things that you might want to do: http://forums.alliedmods.net/showthread.php?t=172936

 

Just a small note before I end here: don't expect to start making some huge plugins like GunGame or JailBreak in a matter of weeks, but at least you will get there eventually, I hope .

One more thing, when starting as a new coder, I advise to look at other plugins that do a similar job to what you are trying to accomplish, it will make your life easier, and it would be better if you edit other plugins to do what you want them to do instead of starting from scratch, just don't forget to give credits where you have to .

 

Credits : Google

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.



  • Posts

    • Added: 🎁 Seasonal Bonus System When the seasonal bonus is enabled, players receive additional bonus coins equal to bonus_season_percent of their donation amount. 💡 How it works (example): A player donates through their personal account and immediately receives regular coins. At the same time, bonus coins equal to 30% of the donation are credited. Example: Donation: 1000 coins → Bonus: 300 coins (30%) These bonus coins are not available immediately — they can be claimed later when the next season begins. 📅 When the bonus can be claimed: bonus_season_claim_start_date – the date when the "Claim" button becomes available. bonus_season_claim_end_date – the date after which the bonus can no longer be claimed. During this time window, the "Claim" button will appear in the personal account, allowing players to collect their accumulated bonus. 'bonus_season_enabled' => true, // Enable/disable the seasonal bonus system 'bonus_season_percent' => 30, // Percentage of the donation to be given as bonus coins (30 = 30%) 'bonus_season_claim_start_date' => '2025-07-30 00:00:00', // Date when the Claim button becomes available in the new season   'bonus_season_enabled' => true, // Вкл./Выкл Сезонную бонусную систему? 'bonus_season_percent' => 30, // Процент, при донате получает монеты в процентах 30 = 30%, которые может использовать в следующем открытии 'bonus_season_claim_start_date' => '2025-07-30 00:00:00', // Дата когда доступна кнопка Claim в новом сезоне 'bonus_season_claim_end_date' => '2025-08-15 20:00:00', // Дата окончания когда кнопка Claim в новом сезоне
    • Discord         :  utchiha_market Telegram        : https://t.me/utchiha_market  
    • HELLO EVERYONE. WE ARE SELLING A LOT OF ADENA ON L2 REBORN DISCORD - GODDARDSHOP   HURRY TO BUY OR YOU MAY NOT MAKE IT!!!
    • you can find the extender at GX-EXT Discord! http://prntscr.com/coUwKnD4Zs_w https://l2servers.com.ar/   @GX-Ext
  • Topics

×
×
  • Create New...

AdBlock Extension Detected!

Our website is made possible by displaying online advertisements to our members.

Please disable AdBlock browser extension first, to be able to use our community.

I've Disabled AdBlock