01.04.2017, 17:07
(
Last edited by AbyssMorgan; 26/09/2019 at 04:59 PM.
)
Hello, I would like to present you the Portal Gun Script
Video:
https://www.youtube.com/watch?v=pHGUVNh9y3c
https://www.youtube.com/watch?v=wDBgtBY-cPs
Download:
PortalGun.inc
3DTryg.inc Thread
ColAndreas Plugin
Installation:
Functions:
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=pHGUVNh9y3c
https://www.youtube.com/watch?v=wDBgtBY-cPs
Download:
PortalGun.inc
3DTryg.inc Thread
ColAndreas Plugin
Installation:
PHP Code:
#include <ADM/3DTryg>
#include <PortalGun>
PHP Code:
TogglePrivatePortalGun(bool:toggle);//default: false
bool:IsTogglePrivatePortalGun();
TogglePortalGunForAll(bool:toggle); //default: true
bool:IsTogglePortalGunForAll();
TogglePortalGunForPlayer(playerid,bool:toggle); //default: false
bool:IsTogglePortalGunForPlayer(playerid);
Float:GetPortalGunSpeed(playerid);
SetPortalGunSpeed(playerid,Float:speed);
Float:GetPortalGunStreamDistance();
SetPortalGunStreamDistance(Float:streamdistance);
ForceOpenPortalGunRing(playerid,portal_id,Float:ox,Float:oy,Float:oz,Float:tx,Float:ty,Float:tz,worldid,interiorid);
ForceClosePortalGunRing(playerid);
ToggleUseTeamPortalGun(bool:toggle);
IsToggleUseTeamPortalGun();
PHP Code:
Weapon: Country Rifle
Y - Change Ring
Filterscript not exist because filterscripts have limits.
This has been replaced by include, having automatic installation, efficient GameMode/FilterScript.
Non-Registered Users:
Bug Report