Slap animation - 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: Slap animation (
/showthread.php?tid=65157)
Slap animation -
SuperS0nic - 10.02.2009
Whats the animation for slap called?
Re: Slap animation -
Sync - 10.02.2009
There's no animation for that? Anyway, I did it this way:
GetPlayerPos(giveplayerid, X, Y, Z);
SetPlayerPos(giveplayerid, X, Y, Z+6.0);
or something...
Re: Slap animation -
Think - 10.02.2009
Quote:
Originally Posted by Sync
There's no animation for that? Anyway, I did it this way:
GetPlayerPos(giveplayerid, X, Y, Z);
SetPlayerPos(giveplayerid, X, Y, Z+6.0);
or something...
|
he doesn't mean admin slap i guess, he means the >assslap?<
pawn Код:
if (strcmp("/slapass", cmdtext, true) == 0) {
OnePlayAnim(playerid, "SWEET", "sweet_ass_slap", 4.0, 0, 0, 0, 0, 0); // Ass Slapping
return 1;
}
> VACTIONS.pwn standart in your server :>