2015/1/16

SyPB API for AMXX 1.00 Available

 
SyPB API for AMXX
Version: 1.00
(16/1/2015)

Support SyPB Version:
Beta1.3.0 or new veriosn

(SyPB Beta 1.3.0 Available)

Download: http://1drv.ms/1G33b1o

This is SyPB API for AMXX
So, If you hope use this
Your game need has SyPB and AMXX
 
How to Install??
un-zip the 'sypb_amxxAPI'
'sypb_amxx.dll' to 'cstrike\addons\amxmodx\modules'
'sypb.inc' to 'cstrike\addons\amxmodx\scripting\include'
go to 'cstrike\addons\amxmodx\configs\modules.ini' add 'sypb'
 
_____

 What's New?

New API
is_run_sypb ();
sypb_api_version ();
is_user_sypb (index);
sypb_get_enemy (index);
sypb_get_movetarget (index);
sypb_set_enemy (index, targetId, Float:blockCheckTime);
sypb_set_movetarget (index, targetId, Float:blockCheckTime);
sypb_set_move (index, moveAIforPlugin);
sypb_set_lookat (index, Float:lookAt[3]);
sypb_set_weapon_clip (index, weaponClip);
sypb_block_weapon_reload (index, blockReload);
sypb_add_bot(const name[], skill, team);

About the new API, pls check the 'sypb.inc'
The sma file is demo for plugin

1 則留言:

  1. 我想問我gamemod 4的時候
    有時候bot會跳到頭上
    結果就不攻擊了

    回覆刪除