20.06.2010, 20:09
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
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 |
#define OnGameModeInit Init
public OnGameModeInit()
{
SetTimer("Check", Checktimer, true);
return Init();
}