SA-MP Forums Archive
kill not - 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)
+--- Thread: kill not (/showthread.php?tid=509538)



kill not - hillko - 27.04.2014

how to make a killing in a specific location, so it was forbidden! that is, the player could not shoot,
and Strelkovsky player was frozen without movement for 3 seconds


Re: kill not - Guest4390857394857 - 27.04.2014

Use these functions..

https://sampwiki.blast.hk/wiki/IsPlayerInRangeOfPoint
TogglePlayerControllable(playerid,0/1)
0 - freezed
1 - unfreezed
!!


Re: kill not - hillko - 27.04.2014

Quote:
Originally Posted by ShivRp
Посмотреть сообщение
Use these functions..

https://sampwiki.blast.hk/wiki/IsPlayerInRangeOfPoint
TogglePlayerControllable(playerid,0/1)
0 - freezed
1 - unfreezed
!!
and here we can write a function with any coordinate to coordinate ?