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 - wacek

#1
Applications / Re: Server host
Mar 26, 2016, 06:15 PM
OK. Poll is locked.
#2
Applications / Server host
Mar 26, 2016, 01:28 PM
User Name: WACEK
Email Address: [email protected]
Server Name: [0.4] moro public server PL/ENG
Port: 5555
Slots: 30
#3
Why, when new player connect in my server first time, map show ,,w" marker, but no my new marker from file store/mapicon.
When player second connect, are all properly. Help.
#4
Quote from: Thijn on Apr 19, 2015, 07:46 PM
Quote from: S.L.C on Apr 19, 2015, 07:16 PM
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.
The changelog says it has been. Are you sure you're using the latest plugin?
I m join. I have this same problem probably with Linux plugin.
#5
Please help. My serwer are in VPS server on Linux system and i Can`t find my serwer on Internet list. Server works in Fovorite list.
Its not free VPS host.

IP: 37.187.40.50:5190
#6
function onPlayerWeaponChange(i_player, previous, current)
{
if (current == WEP_HELICANNON)
{
i_player.SetWeapon(previous, i_player.Ammo);
}
}

and

function onPlayerWeaponChange(i_player, previous, current)
{
local WEP_HELICANNON = 35;
if (current == WEP_HELICANNON)
{
i_player.SetWeapon(previous, i_player.Ammo);
}

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.

If someone know, that really working for ID 35 for vehicle, because I trying and it not work.

I using latest update server engine and squirrel modules, so ask. Function Weapon synch. not working in 0.4?
#7
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);
}
}

Still not works.
#8
I`m join in question. How block heli cannon and rockets in Hunter?