[Include] [INC] Anti JackFreeze RC1 - Unfreeze player when gets carjacked. - 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: Filterscripts (
https://sampforum.blast.hk/forumdisplay.php?fid=17)
+---- Forum: Includes (
https://sampforum.blast.hk/forumdisplay.php?fid=83)
+---- Thread: [Include] [INC] Anti JackFreeze RC1 - Unfreeze player when gets carjacked. (
/showthread.php?tid=156039)
[INC] Anti JackFreeze RC1 - Unfreeze player when gets carjacked. -
Biscottinis - 20.06.2010
Title explains it all.
When player gets carjacked, if player is not moving, he get unfreezed by ClearAnimations. Easy.
Hope you like it, this is my first include.
Pastebin:
http://pawn.pastebin.com/h0tC99UD
Re: [INC] Anti JackFreeze RC1 - Unfreeze player when gets carjacked. -
oOhossamOo - 21.06.2010
Quote:
Originally Posted by Cookie[NO
]
Title explains it all.
When player gets carjacked, if player is not moving, he get unfreezed by ClearAnimations. Easy.
Hope you like it, this is my first include.
Pastebin: http://pawn.pastebin.com/h0tC99UD
|
nice work i will use it in my server
Re: [INC] Anti JackFreeze RC1 - Unfreeze player when gets carjacked. -
Lorenc_ - 21.06.2010
Ok Cool
Re: [INC] Anti JackFreeze RC1 - Unfreeze player when gets carjacked. -
Omirrow - 25.02.2013
Link is broken
Re: [INC] Anti JackFreeze RC1 - Unfreeze player when gets carjacked. -
Mance - 25.02.2013
PHP Code:
#define OnGameModeInit Init
public OnGameModeInit()
{
SetTimer("Check", Checktimer, true);
return Init();
}
WHAT THE F... !?