Hello, I would like to present you the Portal Gun Script
Video:
https://www.youtube.com/watch?v=pHGUVNh9y3c
Download:
PortalGun.inc GitHub / Abyss Morgan Website
3DTryg.inc GitHub / Abyss Morgan Website Thread
ColAndreas Plugin Thread
Instalation:
Functions:
Activation:
Notice:
Filterscript not exist because filterscripts have limits.
This has been replaced by include, having automatic installation, efficient GameMode/FilterScript.
Video:
https://www.youtube.com/watch?v=pHGUVNh9y3c
Download:
PortalGun.inc GitHub / Abyss Morgan Website
3DTryg.inc GitHub / Abyss Morgan Website Thread
ColAndreas Plugin Thread
Instalation:
PHP Code:
#include <SAM/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);
ForceClosePortalGunRing(playerid);
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.