SA-MP Forums Archive
[GameMode] South Central Roleplay 0.20 - Printable Version

+- SA-MP Forums Archive (https://sampforum.blast.hk)
+-- Forum: SA-MP Scripting and Plugins (https://sampforum.blast.hk/forumdisplay.php?fid=8)
+--- Forum: Gamemode Scripts (https://sampforum.blast.hk/forumdisplay.php?fid=71)
+--- Thread: [GameMode] South Central Roleplay 0.20 (/showthread.php?tid=538107)

Pages: 1 2 3 4 5 6 7 8 9 10


Re: South Central Roleplay 0.20 - BR3TT - 18.11.2015

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.


Re: South Central Roleplay 0.20 - Ritzy2K - 19.11.2015

Quote:
Originally Posted by BR3TT
View Post
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.
Yes, a really nice script, good luck with your server. Well.. im working on this for fun too xD


Re: South Central Roleplay 0.20 - AtomicSAMP - 20.11.2015

someone help me on the car plate system? please!


Re: South Central Roleplay 0.20 - DemME - 21.11.2015

Quote:
Originally Posted by AtomicSAMP
View Post
someone help me on the car plate system? please!
Define random plate with numbers or letters that will be set whenever a player buying a car. search for the dealership thingy.


Re: South Central Roleplay 0.20 - AtomicSAMP - 21.11.2015

why?


Re: South Central Roleplay 0.20 - AtomicSAMP - 21.11.2015

the boombox does not work when using url, someone knows how to solve? the music does not play, but appears /me!


Re: South Central Roleplay 0.20 - Alex Magaсa - 21.11.2015

Quote:
Originally Posted by AtomicSAMP
View Post
the boombox does not work when using url, someone knows how to solve? the music does not play, but appears /me!
Make sure you have audio plugin & everything that audio plugin requires.

About vehicle number plate I recommend to add a 3D-Text attached or ye add a random number plate generator


Re: South Central Roleplay 0.20 - AtomicSAMP - 22.11.2015

its not work, help-me please! Boombox not work in script, i'm from portugal, sorry with english.


Re: South Central Roleplay 0.20 - Kreatyve - 11.03.2016

Quote:
Originally Posted by itsCody
View Post
Update the functions?
Hao? xd


Re: South Central Roleplay 0.20 - Ducati - 11.03.2016

Great.


Re: South Central Roleplay 0.20 - Yaniii - 17.03.2016

QUOTE=Kreatyve;3669863]Already have..

[/QUOTE]

Code:
 plugins sscanf mysql streamer whirlpool crashdetect nativechecker



Re: South Central Roleplay 0.20 - WhoIsYourDaddy - 17.03.2016

Quote:
Originally Posted by Yaniii
View Post
QUOTE=Kreatyve;3669863]Already have..



Code:
 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.


Re: South Central Roleplay 0.20 - SecretBoss - 17.03.2016

Quote:
Originally Posted by WhoIsYourDaddy
View Post
You're using MySQL plugin R39-4 but the gamemode uses the MySQL plugin R39-3. Just download and replace it.
It won't solve the problem since R39-4 and R39-3 using the same functions

Problem is on your files you have to put libmysql.dll file on your folder or if you are running the script on linux try downloading the linux version


Re: South Central Roleplay 0.20 - mirzakovacic - 21.03.2016

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


Re: South Central Roleplay 0.20 - WhoIsYourDaddy - 21.03.2016

Quote:
Originally Posted by mirzakovacic
View Post
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.


Re: South Central Roleplay 0.20 - Hellman92 - 21.03.2016

Quote:
Originally Posted by WhoIsYourDaddy
View Post
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.
People are just lazy to do this lol.


Re: South Central Roleplay 0.20 - JustNothing - 22.03.2016

http://prntscr.com/aibnae I just start gamemode I upgraded all plugins... I have newest streamer and sscanf why I can't run server?


Re: South Central Roleplay 0.20 - N0FeaR - 22.03.2016

Quote:
Originally Posted by JustNothing
View Post
http://prntscr.com/aibnae I just start gamemode I upgraded all plugins... I have newest streamer and sscanf why I can't run server?
Make sure u have the right include too and remember to re-complie.


Re: South Central Roleplay 0.20 - PhilippineGangsta - 03.05.2016

Can anyone quote me the full server files.


Re: South Central Roleplay 0.20 - Notoriouz - 03.05.2016

Great job on this one.