SA-MP Forums Archive
[FilterScript] Sex Shop buyable objects - Printable Version

+- SA-MP Forums Archive (https://sampforum.blast.hk)
+-- Forum: SA-MP Scripting and Plugins (https://sampforum.blast.hk/forumdisplay.php?fid=8)
+--- Forum: Filterscripts (https://sampforum.blast.hk/forumdisplay.php?fid=17)
+--- Thread: [FilterScript] Sex Shop buyable objects (/showthread.php?tid=304110)



Sex Shop buyable objects - LeMoi - 17.12.2011

Well, I just created this because someone asked me for it. Once he's banned and I don't have his contact, I'm going to post it, maybe he can see

pawn Код:
//Just for the lolz
// based in lamarr007's project

#include <a_samp>
#include <zcmd>

#define red 0xE21F1FFF

COMMAND:buy(playerid, params[])
{
        ShowPlayerDialog(playerid,253,DIALOG_STYLE_LIST,"{00FF00}Sex Shop's Menu{FFFFFF}{808080}","Purple Dildo 5$\nSmall White Vibrator 3$\nLarge White Vibrator 10$\nSilver Vibrator 7$","Select", "Back");
        return 1;
}

public OnDialogResponse(playerid, dialogid, response, listitem, inputtext[])
{
        if(dialogid == 253)
        {
        if(response)
        {
        if(listitem == 0)
        {
        if(GetPlayerMoney(playerid) > 5)
        {
                GivePlayerMoney(playerid,-5);
                GivePlayerWeapon(playerid, 10, 1);
        }else{SendClientMessage(playerid, red, "Error: You do not have much money.");}
        }
        if(listitem == 1)
        {
        if(GetPlayerMoney(playerid) > 3)
        {
                GivePlayerMoney(playerid,-3);
                GivePlayerWeapon(playerid, 11, 1);
        }else{SendClientMessage(playerid, red, "Error: You do not have much money.");}
        }
        if(listitem == 2)
        {
        if(GetPlayerMoney(playerid) > 10)
        {
                GivePlayerMoney(playerid,-10);
                GivePlayerWeapon(playerid, 12, 1);
        }else{SendClientMessage(playerid, red, "Error: You do not have much money.");}
        }
        if(listitem == 3)
        {
        if(GetPlayerMoney(playerid) > 7)
        {
                GivePlayerMoney(playerid,-7);
                GivePlayerWeapon(playerid, 13, 1);
        }else{SendClientMessage(playerid, red, "Error: You do not have much money.");}
        }
        }
        }
        return 1;



Re: Sex Shop buyable objects - adios1 - 17.12.2011

Screenies please?


Re: Sex Shop buyable objects - -Rebel Son- - 17.12.2011

Screenshots would be nice, And how does it work?


Re: Sex Shop buyable objects - Tanush123 - 17.12.2011

Lol he posted player could buy dildos. You should make player could use /buy while they are in sex shop so it will be good


Re: Sex Shop buyable objects - Astralis - 17.12.2011

Quote:
Originally Posted by Tanush123
Посмотреть сообщение
Lol he posted player could buy dildos. You should make player could use /buy while they are in sex shop so it will be good
only dildos? How about vibrators and more shit...


Re: Sex Shop buyable objects - LeMoi - 17.12.2011

You can buy Purple Dildo
Small White Vibrator
Large White Vibrator
Silver Vibrator

Going to see if there's any other object that I can use.

pic



Re: Sex Shop buyable objects - Stivs_Reznock - 17.12.2011

Is this the sex shop near LS Airport?


Re: Sex Shop buyable objects - napoli - 17.12.2011

Quote:
Originally Posted by Stivs_Reznock
Посмотреть сообщение
Is this the sex shop near LS Airport?
You can set the position in an interior or a exterior mapped sex shop i think.


Re: Sex Shop buyable objects - Astralis - 17.12.2011

Quote:
Originally Posted by TiTaNic
Посмотреть сообщение
You can buy Purple Dildo
Small White Vibrator
Large White Vibrator
Silver Vibrator

Going to see if there's any other object that I can use.

pic
where is gimp suit?

erm.. dunno what more...


Re: Sex Shop buyable objects - Tanush123 - 17.12.2011

Quote:
Originally Posted by Neonman
Посмотреть сообщение
only dildos? How about vibrators and more shit...
Same shit? Because dildos are like vibrators. You stuck it up a asshole