Problem with showplayeronmap
#1

I have a problem with Showplayermarkers
Код:
public OnGameModeInit() // Do not add vehicles Above the next lines. - CuervO
{
    UsePlayerPedAnims(1);
    ShowPlayerMarkers(1);
	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);
		}
I added "ShowPlayerMarkers(2);" and (1) but on mini-map don't apear players
I use Gm Raven's RolePlay 4.3
Reply


Messages In This Thread
Problem with showplayermarkers - by carbonzero - 05.06.2012, 10:24
Re: Problem with showplayeronmap - by carbonzero - 05.06.2012, 11:06
Re: Problem with showplayeronmap - by Sandiel - 05.06.2012, 11:32
Re: Problem with showplayeronmap - by carbonzero - 05.06.2012, 12:13
Re: Problem with showplayeronmap - by Firo - 05.06.2012, 12:14
Re: Problem with showplayeronmap - by carbonzero - 05.06.2012, 12:28
Re: Problem with showplayeronmap - by Firo - 05.06.2012, 12:30
Re: Problem with showplayeronmap - by carbonzero - 05.06.2012, 16:34
Re: Problem with showplayeronmap - by Firo - 05.06.2012, 16:37
Re: Problem with showplayeronmap - by carbonzero - 05.06.2012, 17:17

Forum Jump:


Users browsing this thread: 1 Guest(s)