Vehicle Streamer[REP+]
#1

Hello I need a Vehicle Streamer SO that I can set vehicles to a particular Virtual Word.Give an example too Ok.

REWARD:REP+


Reply
#2

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
Reply
#3

LOL Man I want it at the beggining.
Reply
#4

Thanks worked.REPPED
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)