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

Topics - 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
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
#3
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
#4
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.
#5
Videos & Screenshots / ME pro hax0r
Apr 28, 2016, 04:29 AM
New video by me. I hope you guys like it.
Here's the link:- https://www.youtube.com/watch?v=J143tSHcDds
#6
Support / Joining error.
Apr 18, 2016, 06:48 PM
Hey there! A Friend of mine needs some help and he isn't registered on this forum and therefore I'm posting this for him. So let me explain he isn't able to log into the server(s) not a single one. He also claims that the download screen appears whenever he joins a server and the download screen doesn't close but he is able to read the chat.

He even furnished me with some screenshots: ( I've provided some links down below which shall lead you to the evidences captured by him. )

http://i.imgur.com/IBfjmWv.jpg

http://i.imgur.com/PlUv1Rb.jpg
#7
Videos & Screenshots / Vc:mp - Fun
Mar 07, 2016, 12:19 PM
I hope you guys will like the video. The link is as follows:-
https://www.youtube.com/watch?v=2y-_w2gwJqk&feature=youtu.be
#8
Closed Bug Reports / slide bug : Fix it pl0x
Feb 09, 2016, 12:56 PM
Subject: [Bug] Sliding


Description
Whenever you shoot a player you're not doing any sliding on your screen, but you're performing those slides on the other user's screen.

Reproducible
Always

What you were doing when the bug happened
When I would be Crouching to kill an enemy this is what Usually happens to the other guy but it also happens sometimes even while you're not crouching.

What you think caused the bug
The new Update

Evidence
https://www.youtube.com/watch?v=4IkkWW-dAXc&feature=youtu.be
#9
Videos & Screenshots / Duelling
Nov 18, 2015, 06:52 PM
Hey what is up guys, I got something for the record today,  I hope you will like it, Its below:-
https://www.youtube.com/watch?v=-dXOefoGkGw
#10
Support / I need some help here
Oct 14, 2015, 06:44 PM
Hi there everyone, I'm probably new here, So I don't know about the rules and regulations, all I want now is help, I was trying to install VC:MP On my friends PC, And Probably got this error toasted
Here are the details : -  (He has got Windows 7 Ultimate x64)


Please post your suggestions down below, I'll follow.