|
放置 "sprites_show.txt" 文件在 addons/amxx/configs 目录下.
放置 "sprites_show_players.txt" in your addons/amxx/configs 目录下.
使用命令:
amx_sprite <name|id|@CT|@TERRORIST|*(all)> <name of sprite>
amx_unsprite <name|id|@CT|@TERRORIST|*(all)>
比如命令 :
放置标记命令
amx_sprite Player idiot [表示玩家Player头上标志白痴牌子]
amx_sprite @CT sexy [表示全体CT头上标志sexy牌子]
amx_sprite @TERRORIST shoot [表示全体T头上标志shoot牌子]
amx_sprite * fag
取消标记命令
amx_unsprite Player
amx_unsprite @CT
amx_unsprite *
默认的spr文件是 :
camper
camper2
fag
idiot
sexy
shoot
grass_01
ic4
ihostage
iplayerc4
ledglow
sniper_scope
|
|