Counter - Strike Raid Attack V1

Một bản mod của nhóm SKIN COUNTER - STRIKE

Saturday, May 31, 2014

Modules and efficient scripting - Mô-đun và kịch bản hiệu quả

Hướng dẫn này là dành cho tất cả các scripters arround amxx, đề nghị cho scripters trung gian. Một plugin hiệu quả là đầu tiên của tất cả những gì? Một plugin hiệu quả là sử dụng ít CPU và bộ nhớ. Hãy để tôi đưa ra một ví dụ: Chúng ta hãy cố gắng nghĩ ra một phương pháp để xem thời tiết một người chơi đã bị giết chết. Phương pháp này có thể được thực hiện nhiều cách khác nhau nhưng tôi sẽ chỉ ra 2 trong số họ, một tốt và một xấu. Một trong...

Debugging Plugins (AMX Mod X) - Gỡ Rối Chương Trình

Debugging Plugins (AMX Mod X) AMX Mod X features a greatly enhanced plugin debugger over AMX Mod. If your plugin is giving runtime errors, you should enable the debugger by opening amxmodx/configs/plugins.ini and appending " debug" to your plugin's entry, like so: myplugin.amxx debug When you get a runtime error, it will show a full trace of the problem: L 09/15/2004 - 17:38:17: [AMXX] Run time error 4 (index out of bounds) ...

Code Styling & Good Programming Habits - Phong cách lập trình

Before we begin, this article is for anyone of any skill level. If you're just starting out, this will help you avoid nasty habits that you may pick up now or later. If you're an intermediate level scripter, you're probably relatively capable in terms of producing something that people can use, but may have trouble helping others understand your code properly. This is an addendum to this post, which I don't feel is complete enough and needed...