Need help when someone is injured Read!
#1

Hey in my server when you are injured you can /service EMS , but while you are on the floor you can actually move around how do i fix that , that you cant move around
Reply
#2

https://sampwiki.blast.hk/wiki/Function:...erControllable.

This will freeze the player or unfreeze him depending on what setting you set it to.
Reply
#3

Yeah, just use:
pawn Код:
TogglePlayerControllable(playerid,0);//freezes player
Don't forget to use this to unfreeze them though:
pawn Код:
TogglePlayerControllable(playerid,1);//unfreezes player
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)