Vehicle Streamer[REP+] - 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)
+--- Thread: Vehicle Streamer[REP+] (
/showthread.php?tid=539103)
Vehicle Streamer[REP+] -
SWGamer - 26.09.2014
Hello I need a Vehicle Streamer SO that I can set vehicles to a particular Virtual Word.Give an example too Ok.
REWARD:REP+
Re: Vehicle Streamer[REP+] -
Abagail - 26.09.2014
You don't need a streamer to set a vehicle's virtual world. Just use SetVehicleVirtualWorld.
Example,
pawn Код:
CMD:fixcarworld(playerid, params[])
{
if(IsPlayerInAnyVehicle(playerid)) SetVehicleVirtualWorld(GetPlayerVehicleID(playerid), 0);
return true;
}
See,
https://sampwiki.blast.hk/wiki/SetVehicleVirtualWorld
Re: Vehicle Streamer[REP+] -
SWGamer - 26.09.2014
LOL Man I want it at the beggining.
Re: Vehicle Streamer[REP+] -
SWGamer - 27.09.2014
Thanks worked.REPPED