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

#1
Support / How to set up a java based server
Jan 19, 2017, 02:26 PM
Can someone here guide me step by step on how to build one? I'd be really glad if anyone with any experience on this subject guides me.
#2
Servers / Re: MK | Capture the Flag
Jan 19, 2017, 07:08 AM
I think I could use a little help, @KAKAN my brother is unable to set up a Java server for me. I can't figure it out either because I've got no time, keeping busy due to the studies. It would be really helpful if someone could guide me step by step on how to set up a java based server in vc;mp

#3
BUMPING. Sorry but I had to. I want someone to check out my snippet and see if it works on theirs since it doesn't work in my case.
#4
Quote from: Xmair on Aug 22, 2016, 05:18 PMWhat is the actual error?

There's no error but it doesn't seem to work at all.
To be more precise, It was supposed to work as soon as one spawns but it doesn't work in my case.
#5
Hello Everyone, I would like to entreat you guys to help me out.
I was trying to script the /saveskin thing.
Here's what I did:
skin <- array(100, null);
function onPlayerCommand(player, cmd, text)
{
 if(cmd=="changeskin")
 {
   if(!text) PrivMessage(player, "Error: try this instead: /changeskin <skin id>");
   else if(!player.IsSpawned) PrivMessage(player, "Error, You need to spawn first!"):
   else
   {
     player.Skin = ( IsNum(text) ? text.tointerger() : GetSkinID(text) );
   }
 }
 else if(cmd=="saveskin")
 {
  if(!player.IsSpawned) PrivMessage(player, "Error: You need to spawn before you make use of any commands!");
  else
  {
    MessagePlayer("You've successfully set your skin", player);
     skin[player.ID] = player.Skin;
  }
 }
 else if(cmd=="removeskin")
 {
 skin[player.ID] = null;
 }
}
 
function onPlayerSpawn(player)
{
  if(skin[player.ID]!=null)
{
PrivMessage(player, "You've spawned with the garments of your choice!");
player.Skin = skin[player.ID];
}
}

I would be really glad and grateful if you guys could help me out by illustrating some examples and explaining them in a decent way. :D

Regards,
BABA1
#6
Videos & Screenshots / [VCMP]New Video by me
May 29, 2016, 01:50 PM
New video by me, I hope you will spare some time to check out my new video. :D
Here's the link:-
https://www.youtube.com/watch?v=9mWAJSwDw6U
#7
Off-Topic General / Re: LOLCode
May 29, 2016, 04:23 AM
I like the part where it says, " PLZ OPEN FILE ". :D
#8
Support / Re: Vk Server Problem...
May 23, 2016, 04:54 AM
VK's doesn't lag for me at all although I from India. If someone is experiencing any issues with VK's server and dwells in India. Then it is not because of the host but because of the internet connection used and the PC's Support towards the game. Despite the fact that you have a good ping that would not prevent the lag from occurring since your PC may as well lack the requirements to run the game at a good fps. If you're experiencing frame skipping.
Then I would recommend updating your windows or your GPU driver to ensure performance. But It would be better to buy a new GPU since updating won't help you to get the best performance benefit in the game.
#9
The game looks so cool! The game works smoothly on my pc with absolutely no lag, The game is intact, works all the way fine, but it could have been better if LW had more players.
#10
Quote from: Murdock on May 08, 2016, 05:13 PMSomewhere in 2005 VC:MP 0.1 made its first appearance, you can see the first dev video of VC:MP here https://www.youtube.com/watch?v=2f6UlHmZLuY

If you'd like to read more about the history of VC:MP check out this page http://www.grandtheftwiki.com/Vice_City_Multiplayer

I was like lmfao at the moment When I first imparted my concentration towards the video. I was overwhelmed to behold that there were no Nametags xd.
#11
I think my naughty Antivirus is detecting that .dll file as a virus or something and is quarantining it.

P.S: I tried to allow that specific file through my anti-virus system and it works. :D

Solved. 
#12
Here's the link:-
http://imgur.com/a4AO7Ai

P.S: This is what the 7th line contains, "  dik <- ConnectSQL("gs.db"); "
#13
Well, I can furnish you guys with some screenshots of the error thrown.
I've added the plugin name to the server.cfg and by that It means that I can call and execute any SQLite functions.
But this afternoon when I tried to start the server this is what the exception says:-
http://i.imgur.com/HQhcCme.png

P.S: I would really appreciate some help. Kindly, Help me figure this issue out.
#14
Videos & Screenshots / Re: Abusing packer bug
Apr 29, 2016, 04:04 AM
Well, can this happen with Single player Version of the game? Or is it a client side bug?
#15
Videos & Screenshots / Re: Abusing packer bug
Apr 28, 2016, 03:21 PM
Nice Xd!