SA-MP Forums Archive
Help With Attached Object - Printable Version

+- SA-MP Forums Archive (https://sampforum.blast.hk)
+-- Forum: SA-MP Scripting and Plugins (https://sampforum.blast.hk/forumdisplay.php?fid=8)
+--- Forum: Scripting Help (https://sampforum.blast.hk/forumdisplay.php?fid=12)
+---- Forum: Help Archive (https://sampforum.blast.hk/forumdisplay.php?fid=89)
+---- Thread: Help With Attached Object (/showthread.php?tid=265292)



Help With Attached Object - SmileyForCheat - 30.06.2011

Код:
public OnPlayerEnterVehicle(playerid,vehicleid)
{
    SetPlayerAttachedObject(playerid, 1, 18645, 2, 0.07, 0, 0, 88, 75, 0);
	return 1;
}
////////////////////////////////////////////////////////////ANDEXIT/////////////////////////////////////////////////////////////////

Код:
public OnPlayerExitVehicle(playerid, vehicleid)
{
	RemovePlayerAttachedObject(playerid,1);
    InCar[playerid] = false;
	return 1;
}
I Use /v But The Attached Object No Working Can Someone HELP?? ME??