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

#16
Servers / Re: [0.4] SkyWars DM
Jan 31, 2016, 04:53 PM
31/1/2015

-Skywars has been converted to mysql
-Now we have a ucp, here you can administrate your clan, transfer your nick, and reset your password http://104.255.96.228/stats/ucp/ucp.html

Special thanks to thijn and slc for the help
#17
Off-Topic General / Re: Ridiculous IRC Logs
Jan 22, 2016, 07:22 PM
There is already a topic about irc logs

http://forum.vc-mp.org/?topic=1862.0
#18
Servers / Re: [0.4] SkyWars DM
Jan 07, 2016, 03:35 PM
The event will be played in downtown roof, basically this is a 1vs1  fighting event, every Match has 5 fights(by this way is impossible do a tie) the allowed weapons for this events are: shotgun, stubby, m4, mp5, ruger, python, colt.


More information is available here: http://skywarsdm.com/index.php?topic=382.0
Register to fight here: http://skywarsdm.com/index.php?board=55.0
Event rewards: http://skywarsdm.com/index.php?topic=387.0
#19
Servers / Re: [0.4] SkyWars DM
Jan 01, 2016, 01:57 AM
Happy 2016 everyone from me and the staff, this year was a great year for skywars, the playercount incremented drastically and the script was improved a lot with bug fixed and new features, first of all i have to say thank you for your support, if skywars arrived at this point is also thank of you, special thanks to our staff, thanks to them i was able to run the server and keep it clean from rulesbreaker, thanks to freedomain.club for hosting our server, in this year we will still improve the script and maybe make some events so feel free to make suggestion, since of the new year we also decided to clean the banlist, this means everyone is again welcome to this community(if you still banned don't worry, the banlist will be cleaned tomorrow), however we will keep an eye to known rules breaker, well lets post some server stats:


Registred users: 3200
Number of un-registred users: 4500
Best clan of the year: [SS]
Best killer of the year: (LBR)Diego^ (7830 kills)
Most killed player of the year: Luisito_Rey (7482 deaths)
Richest player of the year: [VU_R]Freak (8.500.000 total cash)
Best visitor of the year: [VU]Hotdogcat (416 joins)
Most banned player of the year: gussi

The players lised in the previous list have received as reward a custom title in forum.

Well once again happy new year everyone!

Regards,

SkyWars Management team
#20
this tutorial is unless.. who uses windows vpses to host vcmp?
#21
i always used hotdogcat, my real name is francesco
#22
Snippet Showroom / Re: Anti-Lag
Dec 20, 2015, 10:18 PM
Quote from: wilber32 on Dec 20, 2015, 05:35 PM
Quote from: S.L.C on Dec 20, 2015, 05:33 PMThis is called Anti-Lag you nabs. And comes back from older days like CS 1.6. And I doubt you can watch porn and play the game if you have that lag in the first place.

His English is bad

another Anti-Lag
function onScriptLoad()
{
NewTimer( "AntiPing", 1000, 0 );
}

Functions
 //Anti Lag
if (player.Ping >= 750 )
{
Message("Auto-Kicked:[ " + player.Name + " ] Reason:[ Execeeded ping 750ms  ]");
player.Kick();
}
}



How do you except this to works? i think you haven't even tested it
#23
no, make it yourself
#24
mmh kakan is right, there are many ways to load an asi
#25
Script Showroom / Re: [Real] Dm v1.5 Script
Dec 17, 2015, 03:27 PM
file has been removed by thijn
#27
i don't understand...
why so much dramas for a script?
#28
You can do an anti spawnkill system without timers too, which is better
#29
Steeps for creating stats system:

1)Add kills and deaths into the class, example

class PlayerInfo
{
kills=0;
deaths=0;
}

2)Increase kills and deaths when a player is being killed, example


function onPlayerKill( killer, player, reason, bodypart )
{
db_account[killer.Name].Kills++; //increase killers kills
db_account[player.Name].Deaths++; //increase deaths of killed player
}

3)Save player data when he leaves the server, example

function onPlayerPart( player,  reason )
{
SavePlayerData();
}

function SavePlayerData(player)
{
//put your query here to save player data
}

Edit: i'm not sure if you have already kills and deaths table, if you don't have create one
#30
Servers / Re: [0.4] SkyWars DM
Nov 17, 2015, 08:10 PM
Version 2.0 Released!

Changelog:

fixed c-glitch (if you want use c-glitch you can do it in duel arenas /duel <id>)
disabled fpv
equilibraed kills, deaths revenue/loses and spree
implemented clan system and clan stats
implemented account backup
implemented vip sistem
implemented 2 radios
implemented gotoloc with creator and date
implemented fps kick
implemented /loc with distance
added 10 cars (vip only)
fixed tommy's team skin spawn position