Listening carradio by the player out of the car
#1

Hello
I want to be clear if the player near the car when the car radio volume to hear it anyway please help me how to do this.
Reply
#2

You can use a streamer for this. https://sampforum.blast.hk/showthread.php?tid=102865

pawn Код:
native STREAMER_TAG_AREA CreateDynamicSphere(Float:x, Float:y, Float:z, Float:size, worldid = -1, interiorid = -1, playerid = -1);

native AttachDynamicAreaToVehicle(STREAMER_TAG_AREA areaid, vehicleid, Float:offsetx = 0.0, Float:offsety = 0.0, Float:offsetz = 0.0);

forward OnPlayerEnterDynamicArea(playerid, STREAMER_TAG_AREA areaid);

native IsPlayerInDynamicArea(playerid, STREAMER_TAG_AREA areaid, recheck = 0);
If you know what you are doing, these functions will do the trick.
Reply
#3

thank you troydere
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)