login
March 28, 2024, 01:48:38 pm

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.


Messages - sseebbyy

Pages: [1]
1
Registration and Diplomacy / Re: Clanless Players
« on: May 09, 2020, 12:47:31 am »
Ingame Nickname: [Ro]Sebastian
Team: Portland Union

Added

2
Cubans / Re: Clan-less Player Applications - Cubans
« on: December 04, 2016, 09:08:30 pm »
Nickname: [Ro]Sebastian
Ping: 43ms
Lock Team: No

(cuban hermes rocks!)

Accepted.

3
Player Discussion / Re: International VC:MP
« on: December 06, 2014, 12:04:17 am »
sseebbyy - Romania :D


Done.

4
Yes, I received the correct pm now, thank you !
For a moment, I thought I have the registration key of another account.

Seeya' in the (Vice) War ;)

5
Welcome to Vice War IV.
Your registered nickname is [EAF]Lherekov
Your registration key is --------

This key will be required upon entering the server for the first time. Please keep a record of it.

6
Diplomacy / Re: Clan-less Players Applications
« on: August 16, 2014, 02:08:36 pm »
Full Ingame Nickname: [Ro]Seby
Ping on Sky-City: under 100
Team (Red/Blue): Blue

Denied, must register an account to receive the key

This is my account... I forgot to login..

Accepted

7
Scripting Support / Do you have Morphine's Fix Pack ?
« on: January 20, 2014, 01:53:23 pm »
I wanted to add the link of the Morphine's Fix Pack on my topic about my Fix Pack, but the link of download is not working anymore...

http://vu.vrocker-hosting.co.uk/index.php?topic=3090.0

http://vcmp.liberty-unleashed.co.uk/forum/index.php?topic=1865.0

If anybody has the file, please upload it and give me a link for download, so I will host it on my solidfiles account. :)

-Thank you !

8
Script Showroom / Re: First-Person Aim ~loosing weapon fixed~
« on: August 07, 2013, 07:53:27 pm »
Aim, as in right click?

If that's the case I get it.

Yep, that is.

9
Script Showroom / Re: First-Person Aim ~loosing weapon fixed~
« on: August 07, 2013, 12:29:37 pm »
I don't get what this does. I don't see any difference in the video :x

Without this script, when you will try to aim with m4/rugger/m60  your weapon will be set to Fist/Brass and you will need to search for the m4/rugger/m60 in your inventory.

10
Script Showroom / Re: First-Person Aim ~loosing weapon fixed~
« on: August 05, 2013, 07:58:00 am »
Damn Seby, it's been a while since I've seen your name around :D

Hmmm, I don't remember you  :-\

11
Script Showroom / Infinite Shoot ( shoot until your ammo is over )
« on: August 05, 2013, 06:47:57 am »



When I was testing the First-Person Aim ~loosing weapon fixed~ I found a way to reload a weapon without wasting time with the animation.



I think its not that useful, but its an interesting thing that I want to share with you. :P
I will not develop this snippet, do it by yourself. (commands, variables, etc)


Here is a video



Credits
Seby (me)



and here is the code:
(we will use a timer for this script)
Code: [Select]
function onServerStart()
{
        NewTimer( "InfiniteShoot", 2000, 0);
}

Code: [Select]
unction InfiniteShoot( )
{
local plr,wep;
for( local i = 0; i < GetMaxPlayers(); i++) {
        plr = FindPlayer(i);
        if(!plr) continue;
else {
wep = plr.Weapon;
if(wep > 11) plr.SetWeapon(wep,0);
}
}
}

12
General Discussions / Re: BLUE TEAM WINS - Individual and Match Stats
« on: August 04, 2013, 01:28:42 pm »
Mine stats shows 10 mins of playing time for me ???
I played much more...

Btw, good work guys ! :D
It was my first Vice War Event, and was great !

13
Script Showroom / First-Person Aim ~loosing weapon fixed~
« on: August 04, 2013, 11:24:20 am »
            



You remember that time when you are in a fight and want ~by a mistake~ to aim with the m4/rugger/m60 and you were lost your weapon from hand, and were needed to run and search your weapon in the inventory again ?

Now, you do not have to search for it (and maybe loosing the fight) anymore, 'cause I found a simple way that fix it !



Here is a video



Bugs
If you are raping it, will set your weapon to Fist.
If you are keeping the aim button down, it will set your weapon to Fist.



Credits
Seby (me)



Here is the code:
Code: [Select]
function onPlayerKeyStateChange( player, key, down )
if(key == KEY_ONFOOT_AIM)
{
local wep = player.Weapon;
if(wep == 26 || wep == 27 || wep == 32) player.SetWeapon(wep, 1);
}
}

14
Diplomacy / Re: Clan-Less Players Applications
« on: July 16, 2013, 11:13:30 am »
Full Ingame Nickname: [RO]Seby
Ping on XE: under 100
Team (Red/Blue): Blue

Accepted

Pages: [1]