Jump to content
  • 0

CP(Cursa)


XpLoD

Question

Am facut un fs.. ma rog.. nu e fs vreau sa'l pun in GM,un teleport unde as vrea cand intru intr-un CP sa'mi apare o masina si sa apar in ea...

if(CP[playerid] == 87)
	{
		DisablePlayerCheckpoint(playerid);
		SetPlayerCheckpoint(playerid,1905.7734,2775.6323,10.2457,3.0);
		GetPlayerPos(playerid,X,Y,Z);
		GetPlayerFacingAngle(playerid,A);
		SetVehicleVirtualWorld(Vehicle[playerid], 1);
		LinkVehicleToInterior(Vehicle[playerid], 0);
		Vehicle[playerid] = AddStaticVehicle(411,X,Y,Z,A,-1,-1);
		PutPlayerInVehicle(playerid,Vehicle[playerid],0);
		CP[playerid] = 88;
	}
iar la asta sa se distruga...
if(CP[playerid] == 91)
	{
		DisablePlayerCheckpoint(playerid);
		SetPlayerCheckpoint(playerid,2161.4172,2746.4792,10.3976,3.0);
		DestroyVehicle(Vehicle[playerid]);
		CP[playerid] = 92;
	}

stiti cumva ce are?... ca nu-mi apare masina.. si bine,sunt mai multe CP cu vehicule.. dar nu-mi apar.. si daca as lua o masina.. si intru in CP ala in care da Destroy Vehicle.. nu-mi dispare.. e un bug..

pls help ;p

ll364l6j8dg3et84ks3w.png

Link to comment
Share on other sites

1 answer to this question

Recommended Posts

Guest
This topic is now closed to further replies.
  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue. For more details you can also review our Terms of Use and Privacy Policy.