SA-MP Forums Archive
How to do the animation pee with piss - 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)
+---- Forum: Help Archive (https://sampforum.blast.hk/forumdisplay.php?fid=89)
+---- Thread: How to do the animation pee with piss (/showthread.php?tid=80825)



How to do the animation pee with piss - Mac_Rulez - 06.06.2009

Example you digit: /pee and the player pee with the piss i saw it in some servers


Re: How to do the animation pee with piss - Correlli - 06.06.2009

Quote:
PAULNMAC
* Piss_in
* Piss_loop
* Piss_out
https://sampwiki.blast.hk/wiki/Animations
https://sampwiki.blast.hk/wiki/ApplyAnimation


Re: How to do the animation pee with piss - Backwardsman97 - 06.06.2009

It's a special action.


Re: How to do the animation pee with piss - Correlli - 06.06.2009

Quote:
Originally Posted by Backwardsman97
It's a special action.
Well, i used it with ApplyAnimation and it worked (the one from Animation list at Wiki).

Edit: I just checked and you're right, you can use it with SetPlayerSpecialAction, too.
Quote:
68 - SPECIAL_ACTION_PISSING (Not defined in a_samp!)



Re: How to do the animation pee with piss - MenaceX^ - 06.06.2009

Quote:
Originally Posted by Don Correlli
Quote:
Originally Posted by Backwardsman97
It's a special action.
Well, i used it with ApplyAnimation and it worked (the one from Animation list at Wiki).

Edit: I just checked and you're right, you can use it with SetPlayerSpecialAction, too.
Quote:
68 - SPECIAL_ACTION_PISSING (Not defined in a_samp!)
There are two ways.
1. By using Speical action, and by using the regular animation but it has no pee.


Re: How to do the animation pee with piss - Correlli - 06.06.2009

Quote:
Originally Posted by MenaceX^
Quote:
Originally Posted by Don Correlli
Quote:
Originally Posted by Backwardsman97
It's a special action.
Well, i used it with ApplyAnimation and it worked (the one from Animation list at Wiki).

Edit: I just checked and you're right, you can use it with SetPlayerSpecialAction, too.
Quote:
68 - SPECIAL_ACTION_PISSING (Not defined in a_samp!)
There are two ways.
1. By using Speical action, and by using the regular animation but it has no pee.
Yes, i see. The one with ApplyAnimation is just playing piss animation.


Re: How to do the animation pee with piss - Mac_Rulez - 11.06.2009

Thanks dudes but how i make to the SPECIAL_ACTION_PISSING works? has a error when i compile

sorry bad english


Re: How to do the animation pee with piss - Correlli - 11.06.2009

Quote:
Originally Posted by wiki.sa-mp.com
68 - SPECIAL_ACTION_PISSING (Not defined in a_samp!)
Use 68 instead.


Re: How to do the animation pee with piss - OmeRinG - 11.06.2009

Quote:
Originally Posted by Don Correlli
Quote:
Originally Posted by wiki.sa-mp.com
68 - SPECIAL_ACTION_PISSING (Not defined in a_samp!)
Use 68 instead.
or on top:
#define SPECIAL_ACTION_PISSING 68


Re: How to do the animation pee with piss - Mac_Rulez - 12.06.2009

Really thanks, this works!