Language for creating plugins on cs
Is true that only Pawn is used for creation of plugins for cs servers?
If yes please explain me from where to start: -What program is used to write in pawn -How to test and run "Hello world" Eventually some book or site for learning how to create plugins, not deprecated from the new standarst :) I'm using Windows (7) OS Thank you in advance. |
Re: Language for creating plugins on cs
Yes Pawn is the most precise language for GoldSource games' plugins.
Amx Mod X Studio, you can download it from amxmodx.org It's very easy to learn, you just need to know basic programming and get to know the constants and some ingame logics... or something. There are a lot of examples for plugins, you can download any plugins' source you want from this site. The extension is .sma, compiled (The one you put in your server's directory is .amxx) Download the .sma's and take a look at them, to see how are those plugins made, what does it contain. Here's a simple Hello World plugin. This simply prints out a chat message whenever a player types /hello in chat PHP Code:
http://amxx.pl/kompilator/ Upload your .sma, or paste the code, then click "Kompiluj" If it compiles without errors, you can download it by clicking "POBIERZ" |
Re: Language for creating plugins on cs
Any text editor is fine.
Check the tutorial section. |
Re: Language for creating plugins on cs
I use the Sublime Text, simple and easy interface to handle, each with their preference.
|
| All times are GMT -4. The time now is 18:09. |
Powered by vBulletin®
Copyright ©2000 - 2024, vBulletin Solutions, Inc.