Menu

Show posts

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.

Show posts Menu

Messages - gta5

#1
sudo apt-get install dos2unix

then run dos2unix on whatever files are not loading

for example

dos2unix -b main.nut

After everything is working, use notepad++ on your windows PC instead of regular notepad. It will preserve the files in UNIX.
#2
General Discussion / Re: Help Regard Hosting
Jun 30, 2022, 05:05 AM
Hi,

Be sure to allow the program through windows firewall. Both announce and server
#3
Servers / Re: Pure DM
Feb 09, 2022, 04:55 PM
Coming soon: "Mario kart" style racing. When I have the time, I will add pickups that do things like freeze other players in the race, different items, etc. Version 1 will be ready and on the public server soon.

https://www.youtube.com/watch?v=8Hfhfj276iY
#4
wiki.adtec.ovh

503 - Service Not Available
#5
Hi guys, today I'll share a simple snippet that will let you listen to a live real police radio feed.

First Create the radio stream:

onScriptLoad()

CreateRadioStream(11, "Fresno Police", "https://broadcastify.cdnstream1.com/13549", true);

Second, add some code to onPlayerEnterVehicle

if (GetVehicleNameFromModel(vehicle.Model) == "Police" || GetVehicleNameFromModel(vehicle.Model) == "Enforcer" || GetVehicleNameFromModel(vehicle.Model) == "FBI Rancher"
            || GetVehicleNameFromModel(vehicle.Model) == "Rhino" || GetVehicleNameFromModel(vehicle.Model) == "Hunter" || GetVehicleNameFromModel(vehicle.Model) == "Vice Squad Cheetah"
            || GetVehicleNameFromModel(vehicle.Model) == "Ambulance" || GetVehicleNameFromModel(vehicle.Model) == "Firetruck") {
        vehicle.Radio = 11;

    }

Easy!


Result below, nowadays the stream is a bit louder and easier to hear.

https://www.youtube.com/watch?v=npHWQ5QhrU8
#7
It works for me onscriptload at the end of the function (with a lot of stuff before it). I'm using windows, so maybe it is an issue with the linux plugin.
#8
Quote from: habi on Sep 13, 2020, 02:02 PMhi, the plugin use 8192 by default. you can change it by set_port("8193") for example.

Maybe try this, and for the server kicking the player, set anticheat 0 in server.cfg
#9
Servers / Re: Pure DM
Jun 07, 2021, 01:41 AM
June 6th:

Updated Anti cheat ( /check ), now it can detect disabled shooting animations.
Ban list cleared
#10
Having too much fun with this :D. Check it out, Harlem Shake VC:MP edition.

https://www.youtube.com/watch?v=97WwZ2c2AkI
#11
Servers / Re: Pure DM
Apr 04, 2021, 02:15 AM
Haven't posted in a while. The script is almost back 100% to what it was before the data loss. Still need to fix web stats and a couple other things.

Pickup System:

#12
Servers / Re: Pure DM
Mar 18, 2021, 03:13 PM
[deleted]
#13
Off-Topic General / Re: TCP Gaming Forum
Mar 12, 2021, 08:37 AM
It was legit but seems to have gone down
#14
Servers / Re: Pure DM
Mar 05, 2021, 05:27 PM
03/03 - VPS failed
03/04 - Re-scripted 80%+ of the server

https://youtu.be/RJsGEiee-Ks
#15
BUMPPPP