Difference between revisions of "Category:SourceMod Scripting"

From AlliedModders Wiki
Jump to: navigation, search
(Added transitional syntax wiki page to introductions heading)
(7 intermediate revisions by 6 users not shown)
Line 2: Line 2:
  
 
===Introductions===
 
===Introductions===
*[[Introduction to SourcePawn]] - Learning language syntax.
+
*[[Introduction to SourcePawn 1.7]] - Learning language syntax.
 +
*[[SourcePawn Transitional Syntax]] - Learning transitional syntax.
 
*[[Introduction to SourceMod Plugins]] - Writing your "first plugin."
 
*[[Introduction to SourceMod Plugins]] - Writing your "first plugin."
*[http://docs.sourcemod.net/api API Reference] - Searchable scripting API reference.
+
*[https://sm.alliedmods.net/new-api/ API Reference] - Searchable scripting API reference.
  
 
===Basic API===
 
===Basic API===
Line 15: Line 16:
 
*[[SQL (SourceMod Scripting)|SQL]] - Using databases (MySQL, SQLite).
 
*[[SQL (SourceMod Scripting)|SQL]] - Using databases (MySQL, SQLite).
 
*[[Timers (SourceMod Scripting)|Timers]] - Timed callbacks.
 
*[[Timers (SourceMod Scripting)|Timers]] - Timed callbacks.
 +
*[[DataPacks|DataPacks]] -  A good way to store asynchronous data.
 
*[[Translations (SourceMod Scripting)|Translations]] - Internationalization.
 
*[[Translations (SourceMod Scripting)|Translations]] - Internationalization.
 
*[[Entity References (SourceMod)|Entity References]] - A safe way of storing entities.
 
*[[Entity References (SourceMod)|Entity References]] - A safe way of storing entities.
 +
*[[Checking Admin Flags (SourceMod Scripting)|Checking Admin Flags]] - Limit commands to certain users
  
 
===Advanced API===
 
===Advanced API===
Line 35: Line 38:
  
 
===Resources===
 
===Resources===
*[http://docs.sourcemod.net/api API Reference] - Searchable scripting API reference.
+
*[https://sm.alliedmods.net/new-api/ API Reference] - Searchable scripting API reference.
 
*[[Entity Properties]] - Explanation of Source entity properties.
 
*[[Entity Properties]] - Explanation of Source entity properties.
 
*[[Game Events (Source)|Game Events]] - Game events listings for popular mods.
 
*[[Game Events (Source)|Game Events]] - Game events listings for popular mods.

Revision as of 03:12, 4 August 2022

This category contains articles about scripting for SourceMod with SourcePawn.

Introductions

Basic API

Advanced API

Information

Resources

Pages in category "SourceMod Scripting"

The following 47 pages are in this category, out of 47 total.