#GFX NPC Taxi
1 messages · Page 1 of 1 (latest)
possibility to be able to add vec3/4s to place own paypones around city?
I can look into it
Right now you just add the phone props in the config and it uses the default ones around the map
yeah i seen that bro, thinking being able to place them yourself around city at certain blocks or locations would be sick
Nice work for sure!
Shouldn’t call this every frame https://github.com/GFX-Code/GFX-NPC_Taxi/blob/main/gfx-npc_taxi/client/main.lua#L58
Unless he wants to disable the text UI from every other script 
Alright I’ll change it when I’m home from work
I will look at adding it to the script, unless you have a prop placement script as well then you can just place the phone prop down as long as it is in the config
these are placed ones in the config, you can add your own where you want
{ coords = vec4(-267.46, -767.04, 32.45, 90.41), prop = `prop_phonebox_04` },
{ coords = vec4(-266.06, -763.78, 32.52, 70.24), prop = `prop_phonebox_03` },
}```
Fixed ( i think )
Update
- Player can now place their own phone props where they want
- Updated client.lua to not run function every frame
- Fixed taxi not going to the waypoint if it was already set before player got into the vehicle
Possible to have an lb phone app? That would be a pretty sick ad
I don’t have lb phone so I wouldn’t be able to test, but I’m pretty sure you would make the app in lb phone, not this script
add the code to the correct lb phone files
Imma test it for sure
or try the guidelines from the lb website how to add customs apps
you mf

Wrong event?
nope its @pulsar bear 's favorite
im pretty sure lib.notify still works server sided tho
Update 1.0.2
- Added checks to make sure players have money to call taxi
- Adjusted taxi driving style when pulling up to destination
GFX NPC Taxi
