19.02.2017, 12:44
(
Last edited by AbyssMorgan; 26/09/2019 at 04:56 PM.
Reason: Bug report
)
Hello, I would like to present you the Magic Wand Script
Video:
https://www.youtube.com/watch?v=aaHfVz-UxR8
Download:
Magic.inc
3DTryg.inc Thread
ColAndreas Plugin
Installation:
Functions:
Callbacks:
Definitions:
Activation:
Notice:
Filterscript not exist because filterscripts have limits.
This has been replaced by include, having automatic installation, efficient GameMode/FilterScript.
Non-Registered Users:
Bug Report
Video:
https://www.youtube.com/watch?v=aaHfVz-UxR8
Download:
Magic.inc
3DTryg.inc Thread
ColAndreas Plugin
Installation:
PHP Code:
#include <ADM/3DTryg>
#include <Magic>
PHP Code:
ToggleUseTeamMagicShoot(bool:toggle); //default: false
bool:IsToggleUseTeamMagicShoot();
ToggleMagicShootForAll(bool:toggle); //default: false
bool:IsToggleMagicShootForAll();
ToggleMagicShootForPlayer(playerid,bool:toggle); //default: false
bool:IsToggleMagicShootForPlayer(playerid);
Float:GetMagicShootDamage(playerid);
SetMagicShootDamage(playerid,Float:amount);
Float:GetMagicShootSpeed(playerid);
SetMagicShootSpeed(playerid,Float:speed);
Float:GetMagicShootRange(playerid);
SetMagicShootRange(playerid,Float:range);
GetMagicShootAmmo(playerid);
SetMagicShootAmmo(playerid,ammo);
SetMagicProjectile(playerid,modelid=18693,Float:rx=90.0,Float:ry=0.0,Float:rz=0.0,Float:offx=0.0,Float:offy=0.0,Float:offz=0.0);
GetMagicProjectile(playerid,&modelid,&Float:rx=0.0,&Float:ry=0.0,&Float:rz=0.0,&Float:offx=0.0,&Float:offy=0.0,&Float:offz=0.0);
PHP Code:
OnPlayerRequestMagicShot(playerid,targetid); //return 0 - prevent to use knife shoot (this callback is called also if ammo is 0)
PHP Code:
MAGIC_SPEED
MAGIC_MAX_RADIUS
MAGIC_REFRESH_ACTION
MAGIC_DAMAGE
MAGIC_WEAPON_AMMO_INFINITY
PHP Code:
Weapon: Fist
Left Mouse Button
Filterscript not exist because filterscripts have limits.
This has been replaced by include, having automatic installation, efficient GameMode/FilterScript.
Non-Registered Users:
Bug Report