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

#31
Support / Re: Script does not load
May 05, 2015, 02:07 PM
Provide more shots and prob. some code too, ffs
#32
Quote from: Kessu on May 02, 2015, 01:42 PM
Quote from: Honey on May 02, 2015, 11:36 AMIt's not possible to host your server 24/7 on from your Computer
Lie. I've hosted several gaming servers, including VC:MP, on my personal PC for months at a time.

Tell me, How many servers which have a good up time are hosted on PC? Secondly I'm sure his From India  which means he has an electricity problem in his area too so there's no way he could host it for even a day let alone months.
#33
It's not possible to host your server 24/7 on from your Computer, I recommend you get a Good VPS with a good hosting area so you can easily host it for 24/7
#34
Basically, We make files with the extension .nut which are read by the server, You start by making a main file also known as main.nut, You can change the main file by going into server.cfg and replacing sqgamemode with the required file directory for e.g. If I've my Main file in Scripts Folder I would load it like this :

sqgamemode Scripts\Main.nut ( It may be the wrong slash, Just for showing purposes )

Then You can start by OnScriptLoad(); Which is read by the server before anything else, Like before You can see Other Official Events and Functions in the wiki. Some examples are OnPlayerCommand( params ) ( Gets triggered when a player enters a command like /register ) or OnPlayerHealthChange( newhp, oldhp ), Scripting examples :

function onPlayerCommand( player, cmd, text ) // Hopefully these were the ones :)
{
if ( cmd == "hello ")
{
MessagePlayer( " Hey ", player );
}
}

And

OnScriptLoad()
{
print( "Script Loaded") // Prints "Script Loaded " when server starts
}

Hopefully that'll help you start, If you need help don't hesitate to ask :)
#35
It's good that you want to make a RPG server for 0.4 , We appreciate your efforts :)

I Suggest you start from the wiki here : http://wiki.vc-mp.org

Once you're familiar with some Function Syntax You can start by downloading the VC:MP Server and plugins, You can get more information by wandering around the forum, Goodluck :)
#36
This error is coming to you becausr you're not updated and thus if you try to join any updated server, You'll face the same issue,  I suggest you reinstall your client or Try a VPN which may solve the issue, If neither works report back and we'll try something else.
#37
Support / Re: Cannot Access Servers
Apr 20, 2015, 12:20 PM
Pirated Link sharing is not allowed here and you can easily find original game download sites, Just use Google :)
#38
What's your OS? We only support Windows XP SP3 and above, Secondly it seems like your browser is not updated which is causing this.
#39
Scripting and Server Management / Re: Forsale
Apr 19, 2015, 03:38 PM
Quote from: Finch on Apr 19, 2015, 02:32 PMi dont wanna make any other account i just want help in this system

Before You start asking to for help You must read the wiki and the scripts, I don't know how you get scripts like those but Don't mate, It's really going to affect ya, Just read the wiki for help and incase you're not familiar with the parameters goto this old site which may be able to help you. You should stop copying other scripts & make something out of your own god-gifted hands soon or the Ban Hammer will hit your as* very soon. Goodluck
#40
Community Plugins / Re: UPnPPortMapper
Apr 19, 2015, 03:16 AM
Doesn't seem to work for me on 32bit, I've UPnP Enabled but it still crashes my server !
#41
General Discussion / Re: Help
Apr 18, 2015, 02:13 PM
Try Giving it admin permissions and also don't run it on Compatibility Modes, Use a fresh VC Copy
#42
Wildstyle :)
#43
What Image? Those are Pickup IDs which are already present in your server, Syntax :

CreatePickup( int ID, int world ( If you don't know what to put here let it be 1, int quantity , Vector( x, y, z ), int alpha, bool isAuto )
You must replace that with your preferred settings and then use onPickupPickedUp to do whatever you want to with the player.
#44
Are you sure the the Var. sqliteDB exists? As far as I can see, It's a database problem
#45
Quote from: [vρт]яιzωαη on Apr 15, 2015, 01:21 PM
Quote from: Honey on Apr 15, 2015, 12:23 PMYou could try to search around a bit, Try ADM
Honey U R Sending Him in A Deep Sleep

That's the only script I know which is compatible with 0.4, Before he starts scripting, I want him to have a basic idea about it by reading the wiki and see how it's used in that script.

Quote from: sseebbyy on Apr 15, 2015, 02:03 PMStop encouraging the DM servers...

Unfortunately, There is no other game mode script released yet :/