does a handstand -> tab button
#1

Hi!

does a handstand the character --> tab button

how?

this tab the sign of a button:
|<-
->|


thanks
Reply
#2

You need ApplyAnimation for playing the animation of a handstand and the OnPlayerKeyStateChange for knowing when the player pressed tab (should be KEY_ACTION)

if you dont know how to use ApplyAnimation or the public OnPlayerKeyStateChange visit the wiki -> wiki.sa-mp.com
Reply
#3

which one are animation?
Reply
#4

https://sampwiki.blast.hk/wiki/Animations
Reply
#5

thanks!
but which one??
Reply
#6

thats your job to find it

public OnPlayerKeyStateChange(playerid, newkeys, oldkeys)
{
if (!IsPlayerInAnyVehicle(playerid))
{
if (newkeys & KEY_FIRE)
{
ApplyAnimation...
return 1;
}
}
return 1;
}
Reply
#7

too much the error
i don't know which animation

Reply
#8

https://sampwiki.blast.hk/wiki/Animations#DAM_JUMP
I believe it's the first one, in this category.
Reply
#9

Quote:
Originally Posted by |∞|-Рцппσĵσ-|∞|
https://sampwiki.blast.hk/wiki/Animations#DAM_JUMP
I believe it's the first one, in this category.
I try it with him
it is necessary to repair errors
Reply
#10

"invalid function or declaration"

help! :P

please let somebody write an example

but onto this example!

I feel old to this..... :P
Reply


Forum Jump:


Users browsing this thread: 5 Guest(s)