SA-MP Forums Archive
/blowjob command and /rape - 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: Scripting Help (https://sampforum.blast.hk/forumdisplay.php?fid=12)
+--- Thread: /blowjob command and /rape (/showthread.php?tid=286048)



/blowjob command and /rape - SAMPTUTORIALS - 26.09.2011

So Basically I want a command /blowjob. When you type in the command it makes you do a /blowjob Animation.... Can you help me? Help will be appreciated! I also need a /rape command for my RP server aswell Please help!


Re: /blowjob command and /rape - Max_Coldheart - 26.09.2011

ApplyAnimation:
Код:
ApplyAnimation(playerid, animlib[], animname[], Float:fDelta, loop, lockx, locky, freeze, time, forcesync);
Example of ApplyAnimation usage:
Код:
ApplyAnimation(playerid,"PED","WALK_DRUNK",4.1,1,1,1,1,1,1);
Listing of blowjob styles
Код:
BLOWJOBZ

BJ_COUCH_START_W
BJ_COUCH_LOOP_W
BJ_COUCH_END_W
BJ_COUCH_START_P
BJ_COUCH_LOOP_P
BJ_COUCH_END_P
BJ_STAND_START_W
BJ_STAND_LOOP_W
BJ_STAND_END_W
BJ_STAND_START_P
BJ_STAND_LOOP_P
BJ_STAND_END_P
These are your resources !


Re: /blowjob command and /rape - aRoach - 26.09.2011

In this FilterScript you can find some useful Commands...

Use Search System, first...


Re: /blowjob command and /rape - SAMPTUTORIALS - 26.09.2011

So When I put it on my PAWNO and I go in-game and type /blowjob it will apply that animunation?


Re: /blowjob command and /rape - aRoach - 26.09.2011

Yes...