AlliedModders

AlliedModders (https://forums.alliedmods.net/index.php)
-   Suggestions / Requests (https://forums.alliedmods.net/forumdisplay.php?f=12)
-   -   How to learn making plugins (https://forums.alliedmods.net/showthread.php?t=313523)

SaBBa 01-12-2019 14:33

How to learn making plugins
 
Hello, where can I see docs or some useful materials to learn how to make plugins ?
I am stuck on checking player money

fysiks 01-12-2019 15:15

Re: How to learn making plugins
 
Search. Try. Search. Try again. Search.

Also, look at tutorials and other plugins (plugins that do similar things to what you are trying to do or use functions that you're interested in).

A good summary of tutorials can be found here.

SaBBa 01-12-2019 15:28

Re: How to learn making plugins
 
Oh, thank you a lot

Quote:

Originally Posted by fysiks (Post 2634359)
Search. Try. Search. Try again. Search.

Also, look at tutorials and other plugins (plugins that do similar things to what you are trying to do or use functions that you're interested in).

A good summary of tutorials can be found here.


Dr Zayd 01-14-2019 16:35

Re: How to learn making plugins
 
Everyone starts from Algorithms then learn languages that similar to Pawn like C#/java c/c++ (basics) then read plugins try to understand the code

fysiks 01-14-2019 22:02

Re: How to learn making plugins
 
Quote:

Originally Posted by Dr Zayd (Post 2634791)
learn languages that similar to Pawn like C#/java c/c++ (basics) then read plugins try to understand the code

C# and Java are OO languages and thus are not all that similar to Pawn and will not really help that much when trying to learn Pawn. Even C/C++ can make it confusing to learn Pawn because both C and C++ have more complex concepts in their most basic forms. Learning Pawn directly will probably work best, IMO, unless someone already has some experience in or a previous need to learn one of the other languages.


All times are GMT -4. The time now is 23:17.

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