[FilterScript] [FS]Drink System (Beer,Wine)
#1

Hi.. This is my 2nt filterscript and it is an drink fs.

Download.

To drink Beer type : /drinkbeer

To drink Wine Type : /drinkwine

When you type it there shows a bottle and with Left mouse button (LMB) you can drink the wine/beer
sorry that there is so low information, but y think its Good for new beginners.. There is so much questions about "Real Cigarette" "Real Bottle" it's just Special_animation_smoke_ciggy Etc..
Reply
#2

Screens?, more info? , commands?
Reply
#3

nice for your second fs
but its kinda not a fs because 2 anim commands
isnt a suprise what some one need of what never has been made
because this 2 commands are in a fs what you get when you download the sa-mp server
Reply
#4

we need more info :/
then more ppls download it
Reply
#5

nice
Reply
#6

Super
Reply
#7

o_O really usefull thing O_o
Reply
#8

Nice job Thanks!
Reply
#9

Nice job!
Reply
#10

Nice one!! good job mate
Reply
#11

Nice [FS] Mate
Reply
#12

In this filterscript added just this code, it's very simple o_O:
Quote:

public OnPlayerCommandText(playerid, cmdtext[])
{
if (strcmp("/Drinkbeer", cmdtext, true, 10) == 0)
{
SetPlayerSpecialAction(playerid,SPECIAL_ACTION_DRI NK_BEER);
return 1;
}
if (strcmp("/Drinkwine", cmdtext, true, 10) == 0)
{
SetPlayerSpecialAction(playerid,SPECIAL_ACTION_DRI NK_WINE);
return 1;
}
return 0;
}

Reply
#13

link dead
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)