™BRAZIL
Gostaria de reagir a esta mensagem? Crie uma conta em poucos cliques ou inicie sessão para continuar.

™BRAZIL DIVULGAÇÃO E DESENVOLVIMENTO


Você não está conectado. Conecte-se ou registre-se

IVMP-0.1-Alpha-2-R3-Server (™BRAZIL GAMEMODE, TUTO, UPGRADE)

Ir para baixo  Mensagem [Página 1 de 1]

Admin

Admin
Admin

IVMP-0.1-Alpha-2-R3-Server (™BRAZIL GAMEMODE, TUTO, UPGRADE) Ivmp_small_logoIVMP-0.1-Alpha-2-R3-Server (™BRAZIL GAMEMODE, TUTO, UPGRADE))





IVMP-0.1-Alpha-2-R3-Server (™BRAZIL GAMEMODE, TUTO, UPGRADE) Gta_iv_mp_screen3-thumb-420x236 IVMP-0.1-Alpha-2-R3-Server (™BRAZIL GAMEMODE, TUTO, UPGRADE) Gta_iv_mp_screen1-thumb-420x236



Tutorial Ligando o servidor
-Extraia os arquivos para uma pasta qualquer;
-Abra o svr.cfg que por padrão estará assim:

Código:


// Port the server will listen on
port 7777
// Maximum number of players the server will support (Max 50)
maxplayers 5
// Maximum number of vehicles the server will support (Max 100)
maxvehicles 100
// The scripts the server will load and run
scripts be-stunts.nut cadmin.nut cars.nut carlist.nut
// The hostname clients and players will see
hostname ™BRAZIL IV:MP PRIVATE SERVER
// Add the server to the master list
listed true



Port - por padrão deixe 9999
Maxplayers - a quantidade de jogadores de 1 à 50, no caso o padrão é 10
Maxvehicles - a quantidade de veículos no server. Suporta até 100 veículos.
Scripts - São os scripts, game modes que você utilizará no seu server
Hostname - O nome do seu server
listed - "true" o server será listado no IV-MP, "false" o server não será listado

-Salve o svr.cfg

-Abra o IV-MP .
-Conecte e divirta-se!


Criado por: Rodrigo Garcia.
------------------------
Download
Update 21.07.2010

http://www.megaupload.com/?d=H31RVY2S

Info
/pos permitindo assim criar a sua tão sonhada Stunts, predios, pontes, carros, object . ..

Tuto como Add Object

https://2img.net/r/ihimizer/img818/1783/tuto03.jpg

Lista de hexa de cada Object:

http://www.gtamodding.com/index.php?title=Category:Static_Model_Hashes
------
Update 20.07.2010

Info
Agora você pode coloca mais armas
Agora vc pode criar seus menu teles a seu gosto


Tuto como add teles e armas https://2img.net/r/ihimizer/img844/7316/tuto01.jpg

https://2img.net/r/ihimizer/img830/3162/tuto02r.jpg
-------------------



Última edição por Admin em Qua Jul 21, 2010 11:43 am, editado 14 vez(es)

https://tmbrazil.forumeiros.com

Admin

Admin
Admin

Lista de teles
Código:

if(cmd[0] == "/Spawn" || cmd[0] == "/spawn")
{
setPlayerCoordinates(playerid, X, Y, Z,); //Player here ur Playerspawn
sendPlayerMessage(playerid, GRUEN, "You are now at the Playerspawn");
}
if(cmd[0] == "/Pear45" || cmd[0] == "/pear45")
{
setPlayerCoordinates(playerid, 349.663849, -512.678284, 4.697800);
sendPlayerMessage(playerid, GRUEN, "You are now at the Pear 45");
}
if(cmd[0] == "/Airport" || cmd[0] == "/airport")
{
setPlayerCoordinates(playerid, 2342.356934, 390.643127, 6.085225);
sendPlayerMessage(playerid, GRUEN, "You are now at the International Airport");
}

if(cmd[0] == "/LCPD" || cmd[0] == "/lcpd")
{
setPlayerCoordinates(playerid, 226.305450, -225.160828, 9.083380);
sendPlayerMessage(playerid, GRUEN, "You are now at the LCPD");
}
if(cmd[0] == "/LCPD2" || cmd[0] == "/lcpd2")
{
setPlayerCoordinates(playerid, 45.909176, 1210.792847, 16.627680);
sendPlayerMessage(playerid, GRUEN, "You are now at the LCPD 2");
}

if(cmd[0] == "/LCPD3" || cmd[0] == "/lcpd3")
{
setPlayerCoordinates(playerid, 45.909176, 1210.792847, 16.627680);
sendPlayerMessage(playerid, GRUEN, "You are now at the LCPD in Westdyke");
}
if(cmd[0] == "/LCPD4" || cmd[0] == "/lcpd4")
{
setPlayerCoordinates(playerid, -416.960144, 1100.270386, 11.599710);
sendPlayerMessage(playerid, GRUEN, "You are now at the LCPD in Varsity Heights");
}

if(cmd[0] == "/Bowling" || cmd[0] == "/bowling")
{
setPlayerCoordinates(playerid, 1199.215088, -686.670532, 16.445440);
sendPlayerMessage(playerid, GRUEN, "You are now at the Bowling Center");
}
if(cmd[0] == "/Bowling2" || cmd[0] == "/bowling2")
{
setPlayerCoordinates(playerid, -571.338379, 77.672951, 4.817277);
sendPlayerMessage(playerid, GRUEN, "You are now at the Bowling Center in Algonquin");
}

if(cmd[0] == "/GantryPark" || cmd[0] == "/gantrypark")
{
setPlayerCoordinates(playerid, 1225.280396, 1009.752808, 13.668022);
sendPlayerMessage(playerid, GRUEN, "You are now at the Gantry Park");
}
if(cmd[0] == "/Billard" || cmd[0] == "/billard")
{
setPlayerCoordinates(playerid, 1478.350708, 54.365433, 24.955828);
sendPlayerMessage(playerid, GRUEN, "Du bist jetzt an der Pool Halle");
}
//Honkers
if(cmd[0] == "/Honkers" || cmd[0] == "/honkers")
{
setPlayerCoordinates(playerid, -1601.270996, 24.622776, 10.066706);
sendPlayerMessage(playerid, GRUEN, "You are now at Homers");
}

if(cmd[0] == "/TriangleClub" || cmd[0] == "/triangleclub")
{
setPlayerCoordinates(playerid, 1205.583008, 1719.066650, 16.666821);
sendPlayerMessage(playerid, GRUEN, "You are now at the Triangle Club in Bohan");
}

if(cmd[0] == "/Dart" || cmd[0] == "/dart")
{
setPlayerCoordinates(playerid, 1151.728271, 734.502808, 35.404198);
sendPlayerMessage(playerid, GRUEN, "You are now at the Dart Club in Dukes");
}
if(cmd[0] == "/Dart2" || cmd[0] == "/dart2")
{
setPlayerCoordinates(playerid, -443.021912, 458.181671, 9.841549);
sendPlayerMessage(playerid, GRUEN, "You are now at the Dart Club in Algonquin");
}

if(cmd[0] == "/Westdyke" || cmd[0] == "/westdyke")
{
setPlayerCoordinates(playerid, -1060.786987, 1455.187866, 24.411726);
sendPlayerMessage(playerid, GRUEN, "You are now at Westdyke Autos");
}
if(cmd[0] == "/Autoeroticar" || cmd[0] == "/autoeroticar")
{
setPlayerCoordinates(playerid, -1472.315918, 1133.812012, 22.982473);
sendPlayerMessage(playerid, GRUEN, "You are now at Autoeroticar");
}
if(cmd[0] == "/KH" || cmd[0] == "/kh")
{
setPlayerCoordinates(playerid, 95.014626, 145.488663, 14.773960);
sendPlayerMessage(playerid, GRUEN, "You are now at the Krankenhaus");
}

if(cmd[0] == "/WestdykeKH" || cmd[0] == "/westdykekh")
{
setPlayerCoordinates(playerid, -1311.801025, 1280.954956, 22.370426);
sendPlayerMessage(playerid, GRUEN, "You are now at the Westdyke Memorial Hospital");
}

if(cmd[0] == "/NTMC" || cmd[0] == "/ntmc")
{
setPlayerCoordinates(playerid, -1513.081177, 400.551056, 19.710157);
sendPlayerMessage(playerid, GRUEN, "You are now at the North Tudor Medical Center");
}


if(cmd[0] == "/@")
{
setPlayerCoordinates(playerid, -1587.409180, 468.971405, 25.295145);
sendPlayerMessage(playerid, GRUEN, "You are now at the Internetcafe in Aldnery");
}

if(cmd[0] == "[url=http://tmbrazil.forumeiros.com/]/@2[/url]")
{
setPlayerCoordinates(playerid, -345.148102, 1390.245850, 13.361275);
sendPlayerMessage(playerid, GRUEN, "You are now at the Internetcafe in Algonquin");
}

if(cmd[0] == "[url=http://tmbrazil.forumeiros.com/]/@3[/url]")
{
setPlayerCoordinates(playerid, 978.102112, -162.230408, 23.965750);
sendPlayerMessage(playerid, GRUEN, "You are now at the Internetcafe in Broker");
}

if(cmd[0] == "/BS" || cmd[0] == "/bs")
{
setPlayerCoordinates(playerid, -1004.882141, 1608.235840, 24.017694);
sendPlayerMessage(playerid, GRUEN, "You are now at the Burgershot");
}

if(cmd[0] == "/BS2" || cmd[0] == "/bs2")
{
setPlayerCoordinates(playerid, -437.062958, 1179.733154, 12.925079);
sendPlayerMessage(playerid, GRUEN, "You are now at the Burgershot in Varsity Heights");
}

if(cmd[0] == "/BS3" || cmd[0] == "/bs3")
{
setPlayerCoordinates(playerid, -190.879776, 289.447235, 14.767652);
sendPlayerMessage(playerid, GRUEN, "You are now at the Burger Shot");
}

if(cmd[0] == "/Museum" || cmd[0] == "/museum")
{
setPlayerCoordinates(playerid, -380.505829, 887.421692, 14.731074);
sendPlayerMessage(playerid, GRUEN, "You are now at the Liberty City State Museum");
}

if(cmd[0] == "/Staatsgefaengnis" || cmd[0] == "/staatsgefaengnis")
{
setPlayerCoordinates(playerid, -1147.183228, -374.849548, 3.080422);
sendPlayerMessage(playerid, GRUEN, "You are now at the Alderney-Staatsgefaengnis in Alderney");
}
if(cmd[0] == "/Kunstmuseum" || cmd[0] == "/kunstmuseum")
{
setPlayerCoordinates(playerid, -490.988098, 680.967102, 9.529187);
sendPlayerMessage(playerid, GRUEN, "You are now at the Kunstmuseum in Algonquin");
}
if(cmd[0] == "/Komitee" || cmd[0] == "/komitee")
{
setPlayerCoordinates(playerid, 165.518829, 367.402039, 15.179047);
sendPlayerMessage(playerid, GRUEN, "You are now at the Zivilisationskomitee in Algonquin");
}
if(cmd[0] == "/Bahnhof" || cmd[0] == "/bahnhof")
{
setPlayerCoordinates(playerid, 22.655399, -34.858379, 21.597490);
sendPlayerMessage(playerid, GRUEN, "You are now at the Grand Easton Bahnhof in Algonquin");
}
if(cmd[0] == "/RotterdamTower" || cmd[0] == "/rotterdamtower")
{
setPlayerCoordinates(playerid, -218.723541, -100.794212, 14.620028);
sendPlayerMessage(playerid, GRUEN, "You are now at the Rotterdam Tower in Algonquin");
}
if(cmd[0] == "/Helitours" || cmd[0] == "/helitours")
{
setPlayerCoordinates(playerid, 307.082550, -694.946777, 4.679440);
sendPlayerMessage(playerid, GRUEN, "You are now at Helitours in Algonquin");
}
if(cmd[0] == "/Soldierplaza" || cmd[0] == "/soldiersplaza")
{
setPlayerCoordinates(playerid, 1102.713257, -71.922180, 36.303139);

Lista de Armas


Código:

if(cmd[0] == "/12")
 {
  addPlayerWeapon(playerid, 9, 300)
  sendPlayerMessage(playerid, GREEN, "Arma criada com sucesso");
 }
        if(cmd[0] == "/faca")
 {
  addPlayerWeapon(playerid, 3, 1)
  sendPlayerMessage(playerid, GREEN, "Arma criada com sucesso");
 }
        if(cmd[0] == "/glock")
 {
  addPlayerWeapon(playerid, 7, 100)
  sendPlayerMessage(playerid, GREEN, "Arma criada com sucesso");
 }
        if(cmd[0] == "/uzi")
 {
  addPlayerWeapon(playerid, 11, 300)
  sendPlayerMessage(playerid, GREEN, "Arma criada com sucesso");
 }
        if(cmd[0] == "/ak47")
 {
  addPlayerWeapon(playerid, 13, 300)
  sendPlayerMessage(playerid, GREEN, "Arma criada com sucesso");
 }
        if(cmd[0] == "/sniper")
 {
  addPlayerWeapon(playerid, 15, 300)
  sendPlayerMessage(playerid, GREEN, "Arma criada com sucesso");
 }
        if(cmd[0] == "/m4")
 {
  addPlayerWeapon(playerid, 14, 300)
  sendPlayerMessage(playerid, GREEN, "Arma criada com sucesso");
 }
        if(cmd[0] == "/mp5")
 {
  addPlayerWeapon(playerid, 12, 300)
  sendPlayerMessage(playerid, GREEN, "Arma criada com sucesso");
 }
  if(cmd[0] == "/granadas")
 {
  addPlayerWeapon(playerid, 4, 100)
  sendPlayerMessage(playerid, GREEN, "Arma criada com sucesso");
 }
 if(cmd[0] == "/molotov")
 {
  addPlayerWeapon(playerid, 5, 100)
  sendPlayerMessage(playerid, GREEN, "Arma criada com sucesso");
 }
if(cmd[0] == "/desert")
 {
  addPlayerWeapon(playerid, 8, 100)
  sendPlayerMessage(playerid, GREEN, "Arma criada com sucesso");
 }
if(cmd[0] == "/desert")
 {
  addPlayerWeapon(playerid, 8, 100)
  sendPlayerMessage(playerid, GREEN, "Arma criada com sucesso");
 }
if(cmd[0] == "/bazuka")
 {
  addPlayerWeapon(playerid, 17, 100)
  sendPlayerMessage(playerid, GREEN, "Arma criada com sucesso");
 }
if(cmd[0] == "/scoter")
 {
  addPlayerWeapon(playerid, 16, 100)
  sendPlayerMessage(playerid, GREEN, "Arma criada com sucesso");
 }

https://tmbrazil.forumeiros.com

Admin

Admin
Admin

Bom não coloko creditos. .. o tuto do IV:MP BRASIL é apenas o mais basico de todos . . .
e nao foi so ele que postou isso, minhas fonts pelo contrario são do forum http://iv-multiplayer.com/
Não estou postando nada como se eu tivesse criando, apenas estou juntando oque aprendi e disponibilizando a quem precisa IVMP-0.1-Alpha-2-R3-Server (™BRAZIL GAMEMODE, TUTO, UPGRADE) Icon_santa
em meus post não colocarei creditos . . . na minha opinão nimgem deve levar credito por nada, estamos aqui para compartilhar
conheçimento, quem criou o deixo de criar, no meu Portal não tem o minimo de valor.
Valor tem apenas aqueles que ajudarem postando coisas construtivas e com principios a um bem comum. IVMP-0.1-Alpha-2-R3-Server (™BRAZIL GAMEMODE, TUTO, UPGRADE) Icon_biggrin

https://tmbrazil.forumeiros.com

Conteúdo patrocinado



Ir para o topo  Mensagem [Página 1 de 1]

Tópicos semelhantes

-

» Airsoft No Brazil

Permissões neste sub-fórum
Não podes responder a tópicos