OK. Poll is locked.
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 MenuQuote from: Thijn on Apr 19, 2015, 07:46 PMI m join. I have this same problem probably with Linux plugin.Quote from: S.L.C on Apr 19, 2015, 07:16 PMThe changelog says it has been. Are you sure you're using the latest plugin?Quote from: soulshaker on Apr 19, 2015, 02:32 PMAN ERROR HAS OCCURED [the index 'ConnectSQL' does not exist]
seriously? ._.
There's a new plugin header with a different structure. Obviously the plugins need recompilation.
QuoteI'm curious if you've done any debugging on that code your self to see if it's actually getting called and what values are getting passed actually. Just to get an idea of what's going on in your server. Do you expect everything to come ready on a silver plate? Sometimes you have to get your hands dirty a little in order to get some results. No wonder you people suck at creating a decent game-mode to play. You can't write 2 lines of code before asking someone else for the rest.
Quote from: S.L.C on Dec 15, 2014, 02:52 PMfunction onPlayerWeaponChange(i_player, previous, current)
{
if (current == WEP_HELICANNON)
{
i_player.SetWeapon(previous, i_player.Ammo);
}
}