-
Notifications
You must be signed in to change notification settings - Fork 0
Description
Attempted to load this as a plugin and it gave this error
c:/users/there/desktop/darkfuture backup/darkfuture/servers/1/serverfiles/svencoop/scripts/plugins/custom_weapons.as (20, 1) : Compiling void MapInit()
ERROR: c:/users/there/desktop/darkfuture backup/darkfuture/servers/1/serverfiles/svencoop/scripts/plugins/custom_weapons.as (22, 2) : No matching symbol 'biorifle::Register'
ERROR: c:/users/there/desktop/darkfuture backup/darkfuture/servers/1/serverfiles/svencoop/scripts/plugins/custom_weapons.as (25, 2) : No matching symbol 'redeemer::Register'
c:/users/there/desktop/darkfuture backup/darkfuture/servers/1/serverfiles/svencoop/scripts/custom_weapons/weapon_scientist.as (98, 2) : Compiling bool CSciPG::PlayEmptySound()
ERROR: c:/users/there/desktop/darkfuture backup/darkfuture/servers/1/serverfiles/svencoop/scripts/custom_weapons/weapon_scientist.as (104, 36) : 'm_pPlayer' is not a member of 'CBasePlayerWeapon'
c:/users/there/desktop/darkfuture backup/darkfuture/servers/1/serverfiles/svencoop/scripts/custom_weapons/weapon_scientist.as (115, 2) : Compiling void CSciPG::Holster(int = 0)
ERROR: c:/users/there/desktop/darkfuture backup/darkfuture/servers/1/serverfiles/svencoop/scripts/custom_weapons/weapon_scientist.as (119, 7) : 'm_pPlayer' is not a member of 'CBasePlayerWeapon'
c:/users/there/desktop/darkfuture backup/darkfuture/servers/1/serverfiles/svencoop/scripts/custom_weapons/weapon_scientist.as (133, 2) : Compiling void CSciPG::FireBolt()
ERROR: c:/users/there/desktop/darkfuture backup/darkfuture/servers/1/serverfiles/svencoop/scripts/custom_weapons/weapon_scientist.as (137, 11) : 'm_pPlayer' is not a member of 'CBasePlayerWeapon'
ERROR: c:/users/there/desktop/darkfuture backup/darkfuture/servers/1/serverfiles/svencoop/scripts/custom_weapons/weapon_scientist.as (144, 7) : 'm_pPlayer' is not a member of 'CBasePlayerWeapon'
ERROR: c:/users/there/desktop/darkfuture backup/darkfuture/servers/1/serverfiles/svencoop/scripts/custom_weapons/weapon_scientist.as (146, 7) : 'm_pPlayer' is not a member of 'CBasePlayerWeapon'
ERROR: c:/users/there/desktop/darkfuture backup/darkfuture/servers/1/serverfiles/svencoop/scripts/custom_weapons/weapon_scientist.as (149, 32) : 'm_pPlayer' is not a member of 'CBasePlayerWeapon'
ERROR: c:/users/there/desktop/darkfuture backup/darkfuture/servers/1/serverfiles/svencoop/scripts/custom_weapons/weapon_scientist.as (150, 32) : 'm_pPlayer' is not a member of 'CBasePlayerWeapon'
ERROR: c:/users/there/desktop/darkfuture backup/darkfuture/servers/1/serverfiles/svencoop/scripts/custom_weapons/weapon_scientist.as (152, 7) : 'm_pPlayer' is not a member of 'CBasePlayerWeapon'
ERROR: c:/users/there/desktop/darkfuture backup/darkfuture/servers/1/serverfiles/svencoop/scripts/custom_weapons/weapon_scientist.as (154, 26) : 'm_pPlayer' is not a member of 'CBasePlayerWeapon'
ERROR: c:/users/there/desktop/darkfuture backup/darkfuture/servers/1/serverfiles/svencoop/scripts/custom_weapons/weapon_scientist.as (158, 23) : 'm_pPlayer' is not a member of 'CBasePlayerWeapon'
ERROR: c:/users/there/desktop/darkfuture backup/darkfuture/servers/1/serverfiles/svencoop/scripts/custom_weapons/weapon_scientist.as (164, 26) : 'm_pPlayer' is not a member of 'CBasePlayerWeapon'
ERROR: c:/users/there/desktop/darkfuture backup/darkfuture/servers/1/serverfiles/svencoop/scripts/custom_weapons/weapon_scientist.as (166, 11) : 'm_pPlayer' is not a member of 'CBasePlayerWeapon'
ERROR: c:/users/there/desktop/darkfuture backup/darkfuture/servers/1/serverfiles/svencoop/scripts/custom_weapons/weapon_scientist.as (179, 11) : 'm_pPlayer' is not a member of 'CBasePlayerWeapon'
ERROR: c:/users/there/desktop/darkfuture backup/darkfuture/servers/1/serverfiles/svencoop/scripts/custom_weapons/weapon_scientist.as (180, 8) : 'm_pPlayer' is not a member of 'CBasePlayerWeapon'
c:/users/there/desktop/darkfuture backup/darkfuture/servers/1/serverfiles/svencoop/scripts/custom_weapons/weapon_scientist.as (189, 2) : Compiling void CSciPG::WeaponIdle()
ERROR: c:/users/there/desktop/darkfuture backup/darkfuture/servers/1/serverfiles/svencoop/scripts/custom_weapons/weapon_scientist.as (191, 7) : 'm_pPlayer' is not a member of 'CBasePlayerWeapon'
ERROR: c:/users/there/desktop/darkfuture backup/darkfuture/servers/1/serverfiles/svencoop/scripts/custom_weapons/weapon_scientist.as (197, 56) : 'm_pPlayer' is not a member of 'CBasePlayerWeapon'
WARNING: c:/users/there/desktop/darkfuture backup/darkfuture/servers/1/serverfiles/svencoop/scripts/custom_weapons/weapon_scientist.as (198, 15) : 'flRand' is not initialized.
ERROR: c:/users/there/desktop/darkfuture backup/darkfuture/servers/1/serverfiles/svencoop/scripts/custom_weapons/weapon_scientist.as (201, 87) : 'm_pPlayer' is not a member of 'CBasePlayerWeapon'
ERROR: (0, 0) : Warnings are treated as errors by the application
ERROR: Plugin script compilation failed