18.11.2015, 04:47
Currently setting up a server, reworking the cars, moved all the dynamic doors to Los Santos + renamed. Hoping to add in my own features also and bring it out in the future. It's a great script, really love it.
the boombox does not work when using url, someone knows how to solve? the music does not play, but appears /me!
|
plugins sscanf mysql streamer whirlpool crashdetect nativechecker
You're using MySQL plugin R39-4 but the gamemode uses the MySQL plugin R39-3. Just download and replace it.
|
Jobs bugged, they have no cars.
- Portable radio bugged -Storing crates in cars - bugged - Prison interior bugged- player falls when trying to enter the cells part - Creating vehicles for jobs- missing etc |
You can easily solve them. For instance, for job vehicles you can create an another column in database called cJob and define it's stable value as -1. That way script won't confuse vehicle's job type with job id 0. And then you can easily get that cJob variable from database when loading cars.
For example a player wants to ride a taxi without being a taxi driver. You can add a "if" section to OnPlayerEnterVehicle and check if player's job type and vehicle's cJob value matches. If they don't match, you can kick player out of vehicle. All you said can be simply done by using your brain. Cheers. |
http://prntscr.com/aibnae I just start gamemode I upgraded all plugins... I have newest streamer and sscanf why I can't run server?
|