[FilterScript] Sex Shop buyable objects
#1

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;
Reply
#2

Screenies please?
Reply
#3

Screenshots would be nice, And how does it work?
Reply
#4

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
Reply
#5

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...
Reply
#6

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
Reply
#7

Is this the sex shop near LS Airport?
Reply
#8

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.
Reply
#9

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...
Reply
#10

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
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)