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

#1
Quote from: AdrenAline on Mar 15, 2017, 10:12 PM
Quote from: Demoncious on Mar 15, 2017, 08:07 PMIt is way too Difficult to find the Other team

Any way to set a Barrier (Like Battlefield's Maps)
Also How do I edit the Weapon Sets ?
I know how to edit the Character Skins but I have no idea about the Weapon Sets.

weapons id -> http://murdock.in/wiki/index.php/Weapon_IDs

modify in main.nut

function GiveWeapons(player, id)
{
player.SetWeapon(1, 1);
player.SetWeapon(10, 1);
player.SetWeapon(18, 9999);
player.SetWeapon(24, 9999);
switch(id)
{
case 0:
{
player.SetWeapon(21, 9999);
player.SetWeapon(26, 9999);
break;
}
case 1:
{
player.SetWeapon(21, 9999);
player.SetWeapon(27, 9999);
player.SetWeapon(12, 5);
break;
}
case 2:
{
player.SetWeapon(20, 9999);

break;
}
case 3:
{
player.SetWeapon(21, 9999);
player.SetWeapon(29, 9999);

break;
}
case 4:
{
player.SetWeapon(19, 9999);
player.SetWeapon(32, 9999);
break;
}
case 5:
{
player.SetWeapon(21, 9999);
player.SetWeapon(28, 9999);
player.SetWeapon(15, 3);
break;
}
case 6:
{
player.SetWeapon(21, 9999);
player.SetWeapon(30, 4);
break;
}
}
}

Okay thanks for The Information I changed the ID's just as you said and It worked Perfectly.

Also Anyway To Change the Round Time ?

And For Anyone Wondering how to Edit the Vehicle Spawn Points

Just Open up the database.db file using any Sqlite Editor, I used Sqlite Studio for Windows.
Open up the Vehicles table and Add/Remove/Edit Vehicle Spawn points in the Format

Vehicle Reference ID / Position (x,y,z) / Angle / Color (x,y)

Same Goes for Attacker and Defender Bases
#2
It is way too Difficult to find the Other team

Any way to set a Barrier (Like Battlefield's Maps)
Also How do I edit the Weapon Sets ?
I know how to edit the Character Skins but I have no idea about the Weapon Sets.
#3
Quote from: Eva on Mar 11, 2017, 09:38 PMA1. guess you mean Peds, vcmp doesnt have this
A2 You have to script it yourself or use the scripts from Scripts showroom here in the forum
A3 I dont think theres such lists, so you have to set the coordinates yourself

Thanks for the Reply.
Greatly Appreciated
#4
I have only downloaded the Blank Server - Ran It on LAN and Played with a Friend
This is the Blank Server I am Talking about.

I only Added More classes - 5 for Each Color a Terrorists (Red) and CT's (Blue).

And Thats all I have done.

I have some questions which I want answers for and If you can answer them, It would be greatly appreciated.

Q1.) Why are there No people in the Server ? Is there anyway to Enable Population ?
Q2.) Where to Download Gamemodes ? I wanna Play Team Deathmatch,Zombies or Racing Gamemodes but I don't know where to dl them.
Q3.) Any way To get the Same Spawnpoints for Vehicles as the Default Retail Version of Vice City. I know this is Possible but Is there a list of Coordinates that I could use to get the spawnpoints for Vehicles easily and quickly ? I mean the Spawnpoints set in the Blank server are good but Getting the same as Vice City would be better.

Thanks in advance if you decide to reply.