[FilterScript] [FS]Sistema de aluguel de veiculos
#1

Bom, а algum tempo atrбs, havia pessoas que queriam o sistema de alguel de veiculo, hoje, estou trazendo ele para vocкs.

єєє Comandos єєє
- /alugarveiculo
- /desalugarveiculo
- /sair

єєє Localizaзгo єєє




єєє Download єєє

http://www.4shared.com/file/LgJ0G79Z...by_djloko.html

http://pastebin.com/3SMZmYK3


єєє Outras informaзхes єєє

Sempre que vocк adicionar um veiculo aqui
pawn Код:
public OnFilterScriptInit()
{
    print("\n--------------------------------------");
    print(" Sistema de aluguel de carros by DJLoko ");
    print("------------<[Carregado]>-------------\n");
    AddStaticVehicleEx(562,2160.0573730469,1799.5623779297,10.8203125,0,-1,-1,30000);// Veiculoalguel 1
    AddStaticVehicleEx(562,2168.0100097656,1799.7695312500,10.8203125,0,-1,-1,30000);// Veiculoalguel 2
    AddStaticVehicleEx(562,2175.5317382813,1799.8051757813,10.8203125,0,-1,-1,30000);// Veiculoalguel 3
    AddStaticVehicleEx(562,2183.4045410156,1799.8276367188,10.8203125,0,-1,-1,30000);// Veiculoalguel 4
    AddStaticVehicleEx(562,2191.1486816406,1799.7927246094,10.8203125,0,-1,-1,30000);// Veiculoalguel 5
    return 1;
}
terб que colocar um numero superior ao anterior б frente, exemplo

pawn Код:
public OnFilterScriptInit()
{
    print("\n--------------------------------------");
    print(" Sistema de aluguel de carros by DJLoko ");
    print("------------<[Carregado]>-------------\n");
    AddStaticVehicleEx(562,2160.0573730469,1799.5623779297,10.8203125,0,-1,-1,30000);// Veiculoalguel 1
    AddStaticVehicleEx(562,2168.0100097656,1799.7695312500,10.8203125,0,-1,-1,30000);// Veiculoalguel 2
    AddStaticVehicleEx(562,2175.5317382813,1799.8051757813,10.8203125,0,-1,-1,30000);// Veiculoalguel 3
    AddStaticVehicleEx(562,2183.4045410156,1799.8276367188,10.8203125,0,-1,-1,30000);// Veiculoalguel 4
    AddStaticVehicleEx(562,2191.1486816406,1799.7927246094,10.8203125,0,-1,-1,30000);// Veiculoalguel 5
    AddStaticVehicleEx(562,2198.4870605469,1799.7885742188,10.8203125,0,-1,-1,30000);// Veiculoalguel 6
    AddStaticVehicleEx(562,2198.6010742188,1810.0036621094,10.8203125,0,-1,-1,30000);// Veiculoalguel 7
    AddStaticVehicleEx(562,2191.0888671875,1810.1614990234,10.8203125,0,-1,-1,30000);// Veiculoalguel 8
    AddStaticVehicleEx(562,2183.3344726563,1810.1407470703,10.8203125,0,-1,-1,30000);// Veiculoalguel 9
    AddStaticVehicleEx(562,2175.3098144531,1810.1428222656,10.8203125,0,-1,-1,30000);// Veiculoalguel 10
    AddStaticVehicleEx(562,2167.7849121094,1810.1483154297,10.8203125,0,-1,-1,30000);// Veiculoalguel 11
    AddStaticVehicleEx(562,2160.4975585938,1810.2126464844,10.8203125,0,-1,-1,30000);// Veiculoalguel 12
    return 1;
}
agora estб com 12 veiculos.

e sempre que adicionar um veiculo, terб que vir aqui

pawn Код:
public Carrosparaalugar(carid)
e adicionar o numero do ultimo veiculo

exemplo

5 veiculos

pawn Код:
public Carrosparaalugar(carid)
{
    if(carid == 1 || carid == 5)
    {
        return 1;
    }
    return 0;
}
12 veiculos

pawn Код:
public Carrosparaalugar(carid)
{
    if(carid == 1 || carid == 12)
    {
        return 1;
    }
    return 0;
}
e й tudo, espero que tenham gostado.

Reply


Messages In This Thread
[FS]Sistema de aluguel de veiculos - by DartakousLien - 28.05.2010, 19:32
Re: [FS]Sistema de aluguel de veiculos - by higoroliveira22 - 28.05.2010, 21:31
Re: [FS]Sistema de aluguel de veiculos - by DartakousLien - 29.05.2010, 00:23
Re: [FS]Sistema de aluguel de veiculos - by Leo Nikov - 29.05.2010, 00:43
Re: [FS]Sistema de aluguel de veiculos - by SuB_ZeRo0_ - 29.05.2010, 00:47
Re: [FS]Sistema de aluguel de veiculos - by Leo Nikov - 29.05.2010, 00:49
Re: [FS]Sistema de aluguel de veiculos - by SuB_ZeRo0_ - 29.05.2010, 00:51
Re: [FS]Sistema de aluguel de veiculos - by DartakousLien - 29.05.2010, 11:13
Re: [FS]Sistema de aluguel de veiculos - by Leo Nikov - 29.05.2010, 12:30
Re: [FS]Sistema de aluguel de veiculos - by SuB_ZeRo0_ - 29.05.2010, 12:43

Forum Jump:


Users browsing this thread: 2 Guest(s)