[BUG] Climbing while cuffed
#1

When your cuffed with the new SPECIAL_ACTION_CUFFED you can still climb on objects..
I Hope this will be fixed in the next RC

Greetings,
Gforcez.
Reply
#2

Confirmed!

Actually it looks funny if you climb walls or hit something.
Reply
#3

I already reported this by making a thread with a video. Admin removed it. -,-
Reply
#4

Yeah you shouldn't be able to. Can you enter vehicles while cuffed? You shouldn't be able to. Allow passenger though.
Reply
#5

Quote:
Originally Posted by MP2
Посмотреть сообщение
Can you enter vehicles while cuffed? You shouldn't be able to. Allow passenger though.
Scriptable with OnPlayerEnterVehicle, but a native implementation as some other special actions would be better.
Reply
#6

And when your cuffed you shouldn't be able to shoot through passenger seat
Reply
#7

Quote:
Originally Posted by niyaz
Посмотреть сообщение
And when your cuffed you shouldn't be able to shoot through passenger seat
You can script this. Just check if the player is cuffed and then set his weapon to 0:
SetPlayerArmedWeapon(playerid, 0);
Reply
#8

Quote:
Originally Posted by MP2
Посмотреть сообщение
Can you enter vehicles while cuffed?
You can't enter Vehicles while cuffed.
Reply
#9

Quote:
Originally Posted by Gforcez
Посмотреть сообщение
You can't enter Vehicles while cuffed.
Not as driver, but as passenger
Reply
#10

That's how it should be. How else would criminals enter the back of cop cars?
Reply
#11

Quote:
Originally Posted by Kalcor
Посмотреть сообщение
It's an animation for the handcuffs but it's not finished yet.
4char
Reply
#12

Is that directed at me?
Reply
#13

No sorry if it seemed like it, It was at the OP. I think tis ment to be like you said as you havnt exactly cuffed their feet , Although if he thinks differnt thats the reason why.
Reply
#14

If you want to prevent this you can use GetPlayerAnimationIndex in OnPlayerUpdate
Reply
#15

How did you guys know SPECIAL_ACTION_CUFF existed? Its not mentioned in the Update topic o.O
Reply
#16

Quote:
Originally Posted by eesh
Посмотреть сообщение
How did you guys know SPECIAL_ACTION_CUFF existed? Its not mentioned in the Update topic o.O
we read the includes for new defines, callbacks, functions etc.

a_samp
a_players

etc!
Reply
#17

Quote:
Originally Posted by eesh
Посмотреть сообщение
How did you guys know SPECIAL_ACTION_CUFF existed? Its not mentioned in the Update topic o.O
It's on the wiki. So is EditObject which is not mentioned either.
Reply
#18

It should be scriptable with anims. You have to understand that Kye wants the mod to be more fast as possible and more "SA" as possilble.

That means He already gave you the function, now it's your turn to script it!
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)