SA-MP Forums Archive
vstream error vehicle - 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: vstream error vehicle (/showthread.php?tid=66566)



vstream error vehicle - AjO - 22.02.2009

Hi, I have used this include vstream:

Код:
public OnFilterScriptInit()
{
//----------------------------------Vehicles------------------------------------
	CreateStreamVehicle(415,-2252.8276,2285.2219,4.8202,90.7733,-1,-1); //CHEETAH sv 1
	CreateStreamVehicle(451,-2271.7480,2297.3911,4.8202,270.8565,-1,-1); //turismo sv 2
	CreateStreamVehicle(562,-2252.5969,2290.9824,4.8202,85.6504,-1,-1); //ELEGY sv 3
//-----------------------------------Pickups------------------------------------
	CreatePickup(1242, 15, 1198.6222,-2036.7010,69.0078); //Armor WHITE HOSE
	CreatePickup(1242, 15, 2037.5424,1955.0793,12.0647); //Armor hotel2
    return 1;
}
but the vehicles are not looked, the vehicles are invisibili!!
I not have set the time or the distance for the streaming of the vehicles...
can you help me? thanks!!


Re: vstream error vehicle - ICECOLDKILLAK8 - 22.02.2009

Ask in the vehicle streamer topic


Re: vstream error vehicle - AjO - 22.02.2009

excuse, can i find?


Re: vstream error vehicle - AjO - 23.02.2009

please can you help me