Running problem
#1

i using Raven's RolePlay and I have problem with running


this is ravens bad running:
http://www.xfire.com/video/470a8a/

this is runnig which I want!
http://www.xfire.com/video/470a7f/

This Raven's running is slower and uglier
Reply
#2

Just write in Ravens section.
Reply
#3

pawn Код:
UsePlayerPedAnims();
Under OnGameModeInit.
Reply
#4

yes i put this.. look

and again itd running like sheep

Код:
public OnGameModeInit() // Do not add vehicles Above the next lines. - CuervO
{
	LoadCar();
	new string2[64];
	for(new h = 1; h < sizeof(CarInfo); h++)
	{
		format(string2, sizeof(string2), "LARP/Vehicles/%d.ini",h);
		if(dini_Exists(string2))
		{
			ownedcar[h] = AddStaticVehicleEx(CarInfo[h][cModel],CarInfo[h][cLocationx],CarInfo[h][cLocationy],CarInfo[h][cLocationz]+1.0,CarInfo[h][cAngle],CarInfo[h][cColorOne],CarInfo[h][cColorTwo],60000);
			if(CarInfo[h][cPaintjob] != 999)
			{
				ChangeVehiclePaintjob(h, CarInfo[h][cPaintjob]);
			}
			SetVehicleVirtualWorld(h, CarInfo[h][cVirWorld]);
			SetVehicleModifications(h);
			UsePlayerPedAnims();
		}
	}
Reply
#5

bumpppp
Reply
#6

l-o-l, why did you write that UsePlayerPedAnims(); in a loop?
Reply
#7

where i need write that?
Reply
#8

put it in the very first line of OnGameModeInit, as:
pawn Код:
public OnGameModeInit()
{
    UsePlayerPedAnims();
    LoadCar();
    new string2[64];
    for(new h = 1; h < sizeof(CarInfo); h++)
    // further code
}
Reply
#9

Quote:
Originally Posted by KoczkaHUN
Посмотреть сообщение
put it in the very first line of OnGameModeInit, as:
pawn Код:
public OnGameModeInit()
{
    UsePlayerPedAnims();
    LoadCar();
    new string2[64];
    for(new h = 1; h < sizeof(CarInfo); h++)
    // further code
}
this should fix it, btw LMAO, "run like sheep" :P
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)