1
0.4 Public Beta #3 / Re: The Air Traffic is missing !!!
« on: February 01, 2014, 09:15:17 pm »
As far as i know, it's removed on purpose. Not sure why though.
This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.
This occurs because in the other player's skin he is standing, not crouching with that anim.This is the sentence that I was looking for.. I think there could be a way to fix it? Maybe change the player's collision aswell?
just saying
will be add swimming in vcmp?
The (abandoned) Vice Players project may be of interest to you, then. Please note that the code is years old.
http://code.google.com/p/vice-players
I understand, looks interesting. If you could make a script that will push peds like in GTA 4 I will definetely give a test
(using default animation, like anim with ID 15/18 ~or better, the reaction anim of the 1st girl from your video~ for the pushed ped, and anim with ID 31 for the pusher)
static void Main()
{
Exposer.Player.TouchedEntity += new EventHandler<CPlayerPed.TouchedEntityEventArgs>(Player_TouchedEntity);
}
public void Player_TouchedEntity(object sender, CPlayerPed.TouchedEntityEventArgs e)
{
Exposer.Player.Health = 0f;
}