Menu

Show posts

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.

Show posts Menu

Messages - Dagger

#1
Quote from: AroliS^ on Aug 21, 2019, 07:22 PMinstead it use
if ( pickup.Model == model )
{
   pickup.RespawnTime = 5000;
}

It needs to be inside of 'onPickupPickedUp' function
I did that but it doesn't solve and is not related to the original bug:
Quote from: Dagger on Aug 20, 2019, 12:39 PMDescription:
The event OnPickupRespawn being executing repeatedly forever when a pickup respawns.



Here's my function:
function onPickupRespawn( pickup )
{
Message("Pickup ("+pickup.ID+") respawned!");
}
#2
I am setting the timer. It is somewhat like this:

local pick = CreatePickup(368, 1, 50, Vector(-1183.42, -587.861, 11.5399), 255, true);
pick.Timer= 3000;

help please.
#3
Description:
The event OnPickupRespawn being executing repeatedly forever when a pickup respawns.



Here's my function:
function onPickupRespawn( pickup )
{
Message("Pickup ("+pickup.ID+") respawned!");
}

Reproducible:
Always

What you were doing when the bug happened:
Just testing out

What you think caused the bug:
Idk.
#4
Subject: [Bug] function onPickupRespawn not being called


Description
The function onPickupRespawn not being called even if the isAuto in the CreatePickup function is set to true or false
pickup is respawning as expected.
(im using latest server and plugins )

Reproducible
Always

What you were doing when the bug happened
Trying to make a message appear whenever a pickup respawned.

What you think caused the bug
I don't know
#5
Community Plugins / Re: GeoIP
May 04, 2017, 04:25 PM
Quote from: KAKAN on Apr 23, 2017, 08:28 AM
Quote from: Dagger on Apr 23, 2017, 08:18 AM
Quote from: Crys on Jul 31, 2016, 12:02 PMI've updated the plugin to work with the latest server (Plugin API 2.0). Only Linux builds for now.
Can you please make for windows?
Quote from: Kirollos on Aug 08, 2016, 04:43 AM
Quote from: Crys on Jul 31, 2016, 12:02 PMI've updated the plugin to work with the latest server (Plugin API 2.0). Only Linux builds for now.

Hello, I've managed to compile them for Windows. Link (You might need vcredist 2015)
???????
Its not working for me. I have loaded that plugin too.
#6
Support / Re: GUI Button
Apr 23, 2017, 01:35 PM
Thanks for the Help.
#7
Community Plugins / Re: GeoIP
Apr 23, 2017, 08:18 AM
Quote from: Crys on Jul 31, 2016, 12:02 PMI've updated the plugin to work with the latest server (Plugin API 2.0). Only Linux builds for now.
Can you please make for windows?
#8
Support / GUI Button
Apr 23, 2017, 08:13 AM
Hello VCMP COmmunity!

I need a little help with the GUI feature
Lets say i have created a gui window and gui button and added gui button as child to the window
and when i add the flag GUI_FLAG_VISIBLE the gui is visible , but when i want to close the gui i remove flag GUI_FLAG_VISIBLE
then surely the gui disappears but doesn't close , my controls are still revoked and the button seems to be 'pressed' whenever i press space bar or Enter key