[Include] MenuStore (Crie lojas utilizando TextDraws)
#26

Conseguir fazer, tem alguns problemas com vezes de veнculos que pode ser comprado. E quando comprar mais de um veнculo e eles nascerem no mesmo lugar.
PHP код:
#include <a_samp>
#include <zcmd>
#include <MenuStore>
new car;
CMD:shop(playeridparams[])
{
    if(
GetPlayerState(playerid) == PLAYER_STATE_ONFOOT)
    {
    
MenuStore_AddItem(playerid1400"Landstalker"200""200);
    
MenuStore_AddItem(playerid2401"Bravura"500""200);
    
MenuStore_AddItem(playerid3402"Buffalo"900"");
    
MenuStore_AddItem(playerid4403"Linerunner"400"");
    
MenuStore_AddItem(playerid5404"Perennial"200"");
    
MenuStore_AddItem(playerid6405"Sentinel"300"");
    
MenuStore_AddItem(playerid7408"Trashmaster"200"");
    
MenuStore_AddItem(playerid8410"Manana"250"");
    
MenuStore_AddItem(playerid9411"Infernus"5000"");
    
MenuStore_AddItem(playerid10412"Voodoo"1300"");
    
MenuStore_AddItem(playerid11413"Pony"200"");
    
MenuStore_AddItem(playerid12414"Mule"350"");
    
MenuStore_AddItem(playerid13415"Cheetah"2600"");
    
MenuStore_AddItem(playerid14418"Moonbeam"400"");
    
MenuStore_AddItem(playerid15420"Taxi"450"");
    
MenuStore_Show(playeridWeapon_Shop"Shop Veiculos");
    }
    else
    {
    
SendClientMessage(playerid, -1"Vocк nгo pode estб dentro de uma veнculo.");
    }
    return 
1;
}
Store:Weapon_Shop(playeridresponseitemidmodelidpriceamountitemname[])
{
    new 
Float:xFloat:yFloat:zFloat:a;
    if(!
response)
        return 
true;
    if(
GetPlayerMoney(playerid) < price)
        return 
SendClientMessage(playerid, -1"Vocк nгo tem dinheiro suficiente.");
    if(
amount == 1) {
        
        
GetPlayerPos(playeridxyz);
         
car AddStaticVehicle(modelidxy,za, -1, -1);
        
PutPlayerInVehicle(playerid,car,0);
        
SetPlayerFacingAngle(playerida);
        
SetCameraBehindPlayer(playerid);
    }
    else {
        
GetPlayerPos(playeridxyz);
        
car AddStaticVehicle(modelidxy,za, -1, -1);
         
PutPlayerInVehicle(playerid,car,0);
         
SetPlayerFacingAngle(playerida);
         
SetCameraBehindPlayer(playerid);
    }
    new 
string[128];
    
format(string128"Vocк comprou %dx %s"amountitemname);
    
SendClientMessage(playerid, -1string);
    
GivePlayerMoney(playerid, -price);
    return 
true;
}
stock GetWeaponIDFromModel(modelid)
{
    new 
idvehicle;
    switch(
modelid)
    {
        case 
331idvehicle 400;
        case 
333idvehicle 401;
        case 
334idvehicle 402;
        case 
335idvehicle 403;
        case 
336idvehicle 404;
        case 
337idvehicle 405;
        case 
338idvehicle 408;
        case 
339idvehicle 410;
        case 
341idvehicle 411;
        case 
321idvehicle 412;
        case 
325idvehicle 413;
        case 
326idvehicle 414;
        case 
342idvehicle 415;
        case 
343idvehicle 418;
        case 
344idvehicle 420;
        case 
346idvehicle 421;
        case 
347idvehicle 422;
        case 
348idvehicle 423;
        case 
349idvehicle 424;
        case 
350idvehicle 425;
        case 
351idvehicle 428;
        case 
352idvehicle 430;
        case 
353idvehicle 431;
        case 
355idvehicle 432;
        case 
356idvehicle 433;
        case 
372idvehicle 434;
        case 
357idvehicle 435;
        case 
358idvehicle 438;
        case 
359idvehicle 440;
        case 
360idvehicle 441;
        case 
361idvehicle 442;
        case 
362idvehicle 443;
        case 
363idvehicle 444;
        case 
365idvehicle 445;
        case 
366idvehicle 448;
        case 
367idvehicle 450;
    }
    return 
idvehicle;

Reply


Messages In This Thread
MenuStore (Crie lojas utilizando TextDraws) - by CaioTJF - 15.11.2017, 21:04
Re: MenuStore (Crie lojas utilizando TextDraws) - by Relaxed - 15.11.2017, 21:13
Re: MenuStore (Crie lojas utilizando TextDraws) - by Swinte - 15.11.2017, 21:14
Re: MenuStore (Crie lojas utilizando TextDraws) - by CaioTJF - 15.11.2017, 21:27
Re: MenuStore (Crie lojas utilizando TextDraws) - by Marllun - 15.11.2017, 21:37
Re: MenuStore (Crie lojas utilizando TextDraws) - by C4rtm4n - 15.11.2017, 21:43
Re: MenuStore (Crie lojas utilizando TextDraws) - by MediaCL - 15.11.2017, 21:53
Re: MenuStore (Crie lojas utilizando TextDraws) - by Bruno13 - 15.11.2017, 22:05
Re: MenuStore (Crie lojas utilizando TextDraws) - by CaioTJF - 15.11.2017, 22:23
Re: MenuStore (Crie lojas utilizando TextDraws) - by RodrigoMSR - 15.11.2017, 22:29
Re: MenuStore (Crie lojas utilizando TextDraws) - by CaioTJF - 15.11.2017, 23:45
Re: MenuStore (Crie lojas utilizando TextDraws) - by RodrigoMSR - 16.11.2017, 00:02
Re: MenuStore (Crie lojas utilizando TextDraws) - by UserUnk0wn - 16.11.2017, 01:24
Re: MenuStore (Crie lojas utilizando TextDraws) - by CaioTJF - 16.11.2017, 02:45
Re: MenuStore (Crie lojas utilizando TextDraws) - by Jelly23 - 16.11.2017, 02:54
Re: MenuStore (Crie lojas utilizando TextDraws) - by Fonseca - 16.11.2017, 09:53
Re: MenuStore (Crie lojas utilizando TextDraws) - by pWesley - 16.11.2017, 14:04
Re: MenuStore (Crie lojas utilizando TextDraws) - by F1N4L - 16.11.2017, 16:17
Re: MenuStore (Crie lojas utilizando TextDraws) - by Coringa_Vilao - 16.11.2017, 21:55
Re: MenuStore (Crie lojas utilizando TextDraws) - by PeterLinkson - 17.11.2017, 01:19
Re: MenuStore (Crie lojas utilizando TextDraws) - by IlanZ - 17.11.2017, 01:26
Re: MenuStore (Crie lojas utilizando TextDraws) - by CaioTJF - 17.11.2017, 17:15
Re: MenuStore (Crie lojas utilizando TextDraws) - by Marllun - 17.11.2017, 18:40
Re: MenuStore (Crie lojas utilizando TextDraws) - by CaioTJF - 17.11.2017, 19:16
Re: MenuStore (Crie lojas utilizando TextDraws) - by Marllun - 17.11.2017, 20:01
Re: MenuStore (Crie lojas utilizando TextDraws) - by Marllun - 18.11.2017, 04:09
Re: MenuStore (Crie lojas utilizando TextDraws) - by Pool - 18.11.2017, 18:17
Re: MenuStore (Crie lojas utilizando TextDraws) - by CaioTJF - 18.11.2017, 20:44
Re: MenuStore (Crie lojas utilizando TextDraws) - by Pool - 18.11.2017, 20:59
Re: MenuStore (Crie lojas utilizando TextDraws) - by CaioTJF - 18.11.2017, 21:02
Re: MenuStore (Crie lojas utilizando TextDraws) - by Marllun - 18.11.2017, 23:40
Re: MenuStore (Crie lojas utilizando TextDraws) - by Swinte - 19.11.2017, 00:40
Re: MenuStore (Crie lojas utilizando TextDraws) - by Pool - 19.11.2017, 00:51
Re: MenuStore (Crie lojas utilizando TextDraws) - by Swinte - 19.11.2017, 01:22
Re: MenuStore (Crie lojas utilizando TextDraws) - by Marllun - 19.11.2017, 01:29
Re: MenuStore (Crie lojas utilizando TextDraws) - by Pool - 19.11.2017, 02:02
Re: MenuStore (Crie lojas utilizando TextDraws) - by Marllun - 19.11.2017, 02:28
Re: MenuStore (Crie lojas utilizando TextDraws) - by Pool - 19.11.2017, 02:35
Re: MenuStore (Crie lojas utilizando TextDraws) - by Gguiz - 19.11.2017, 03:40
Re: MenuStore (Crie lojas utilizando TextDraws) - by Sn0wk - 19.11.2017, 10:47
Re: MenuStore (Crie lojas utilizando TextDraws) - by CaioTJF - 21.11.2017, 16:44
Re: MenuStore (Crie lojas utilizando TextDraws) - by PT - 21.11.2017, 17:47
Re: MenuStore (Crie lojas utilizando TextDraws) - by CaioTJF - 21.11.2017, 17:49
Re: MenuStore (Crie lojas utilizando TextDraws) - by Whoo - 21.11.2017, 17:50
Re: MenuStore (Crie lojas utilizando TextDraws) - by CaioTJF - 21.11.2017, 17:52
Re: MenuStore (Crie lojas utilizando TextDraws) - by Marllun - 21.11.2017, 20:25
Re: MenuStore (Crie lojas utilizando TextDraws) - by renatog - 22.11.2017, 14:11
Re: MenuStore (Crie lojas utilizando TextDraws) - by CaioTJF - 22.11.2017, 14:23
Re: MenuStore (Crie lojas utilizando TextDraws) - by BuDweiSeR - 22.01.2018, 01:12
Re: MenuStore (Crie lojas utilizando TextDraws) - by GSFBart - 19.04.2018, 17:04
Re: MenuStore (Crie lojas utilizando TextDraws) - by CaioTJF - 19.04.2018, 19:17
Re: MenuStore (Crie lojas utilizando TextDraws) - by Locky_ - 19.04.2018, 20:12
Re: MenuStore (Crie lojas utilizando TextDraws) - by AllanSG - 19.04.2018, 20:27
Re: MenuStore (Crie lojas utilizando TextDraws) - by GSFBart - 19.04.2018, 21:32
Re: MenuStore (Crie lojas utilizando TextDraws) - by CaioTJF - 19.04.2018, 22:16
Re: MenuStore (Crie lojas utilizando TextDraws) - by GSFBart - 01.05.2018, 18:57

Forum Jump:


Users browsing this thread: 1 Guest(s)