Skip to content

Example plugin commands

Swamp Dog edited this page Sep 20, 2016 · 3 revisions

Commands (and stats saving) in example plugin "/addons/amxmodx/scripting/luck_health.sma":


command:

amx_setluck "Playername" "Value"

description:

Set's players luck to this value and save the stats.


command:

amx_addluck "Playername" "Value"

description:

Adds luck to player


command:

amx_removeluck "Playername" "Value"

description:

Removes luck from player

Clone this wiki locally