[GameMode] Vice City Emergency Responders [0.3-DL]
#1

Vice City Emergency Responders
A SAMP Copchase Gamemode.
(Licensed under GNU GPLv3)


I meant to release this gamemode a while ago but I never got around to it. I discussed open sourcing the project with another one of the devs of this project (who I still have contact with) and he agreed and thought it would be best to do that. I got in contact with another project dev and he agreed to open sourcing the project. The gamemode is mostly functional.

I'm no longer really interested in programming for SAMP as a whole. This project will be provided as-is and support for it will be limited.

Developers:
Quote:

- Bork (me)
- Gravityfalls
- Duco

Required Dependencies:
Quote:

- MySQL r41-4
- crashdetect
- streamer
- sscanf
- Pawn.CMD
- nativechecker
- strlib
- Redis? (If you wanna use SAMP rediscord. It's all commented anyway and isn't required)
- You should use the latest version of all of these dependencies.

Known issues and bugs:
Quote:

- Map creation and adding in spawns doesn't occur correctly.
- As a result, spawning into a game doesn't work either.
- DM mode is incomplete (not an issue).
- There are probably more bugs/issues here and there. Open an issue on the GitHub repo and I will add them to the documentation for this gm.

Extra Credits:
Quote:

- rogercosta93 for his Vice City for SAMP map (https://github.com/rogercosta93/Vice-City-for-SA-MP).
- Sprenner and myself for spending a couple hours fixing some of the mapping bugs.
- Emmet_ for some of the custom functions that he made in his South Central RP script.
- diamondzxd for providing hosting while I wasn't in possession of a VPS (yes, I eventually got one!).
- And any other people who contributed to this project (if you would like your credits please create an issue and I'll add them in).

GitHub: Click me!

p.s:
let me re-emphasize something.
This project will be provided as-is and support for it will be limited.
Reply
#2

Thanks for the release and credits.
Reply
#3

images?
Reply
#4

Quote:
Originally Posted by N3mesiS
View Post
images?
i think i might have some videos on my you-tube account, Bork.
Reply
#5

Quote:
Originally Posted by Logic_
View Post
Thanks for the release and credits.
my pleasure kind sir
thank for the many contributions
Reply
#6

Quote:
Originally Posted by Infin1ty
View Post
i think i might have some videos on my you-tube account, Bork.
url?
Reply
#7

Quote:
Originally Posted by N3mesiS
View Post
url?
i gave you the name, you can find it by searching
Reply
#8

Search with the name you gave me and nothing appeared to me, can not you send the url?
Reply
#9

What about #pragma tabsize sir xDDDDD
Reply
#10

I'll give it a try.
Reply
#11

Not bad at all.
Reply
#12

Quote:
Originally Posted by Puchas
Посмотреть сообщение
Not bad at all.
thank you
Reply
#13

Don't forget to modify the model download link in the script or change it to download from your server.

EDIT: Comment the following code:

PHP код:
    new
        
//fullurl[256+1],
        
dlfilename[64+1],
        
foundfilename 0;
    if (
type == DOWNLOAD_REQUEST_TEXTURE_FILE)
        
foundfilename FindTextureFileNameFromCRC(crcdlfilenamesizeof dlfilename);
    else if (
type == DOWNLOAD_REQUEST_MODEL_FILE)
        
foundfilename FindModelFileNameFromCRC(crcdlfilenamesizeof dlfilename);
    if (
foundfilename) {
        
//format(fullurl, sizeof fullurl, "%s/%s", MODEL_DOWNLOAD_URL, dlfilename);
        
RedirectDownload(playeridsprintf("%s/%s"MODEL_DOWNLOAD_URLdlfilename));
        
Log_Write("logs/download_log.txt""[requesting download] [%s] %s (%d) redirecting download to %s/%s.",
            
GetTimeEx(),
            
GetPlayerNameEx(playerid),
            
playerid,
            
MODEL_DOWNLOAD_URL,
            
dlfilename
        
);
    } 
Reply
#14

Quote:
Originally Posted by Logic_
Посмотреть сообщение
Don't forget to modify the model download link in the script or change it to download from your server.
thats what i told some dude but he cant seem to wrap his head around doing that lmao.
if anyone needs support with the script feel free to request assistance from myself or Logic_ (who is gravityfalls fyi).
note: my servers are down, if they weren't it would've been fine for you to download files from it.
Reply
#15

Nice release,
gravityfalls n infinity bigge c0der
Reply
#16

Quote:
Originally Posted by MafiaOink
Посмотреть сообщение
Nice release,
gravityfalls n infinity bigge c0der
fank u sir
Reply
#17

Looks good keep it up!
Reply
#18

Quote:
Originally Posted by N0FeaR
Посмотреть сообщение
Looks good keep it up!
thanks dad
Reply
#19

Please, can you publish everything complete with the includes, and the gm without error? When I compile it tells me that it does not find some includes and when I ignore them with "//" it gives me several errors and adventencias. If you are going to release something, release it well and without errors.
Reply
#20

PHP код:
Current directoryC:\Users\PC\Desktop\VCER\gamemodes
C
:\Users\PC\Desktop\VCER\pawno\include\YSI\y_scriptinit.inc(305) : warning 201redefinition of constant/macro (symbol "OnScriptInit")
C:\Users\PC\Desktop\VCER\pawno\include\YSI\y_scriptinit.inc(326) : error 084state conflictone of the states is already assigned to another implementation (symbol "_ScriptInit_FixState")
C:\Users\PC\Desktop\VCER\pawno\include\YSI\y_scriptinit.inc(330) : error 084state conflictone of the states is already assigned to another implementation (symbol "_ScriptInit_FixState")
C:\Users\PC\Desktop\VCER\pawno\include\YSI\y_debug.inc(379) : error 021symbol already defined"ScriptInit_OnScriptInit"
C:\Users\PC\Desktop\VCER\pawno\include\foreach.inc(663) : error 021symbol already defined"ScriptInit_OnFilterScriptInit"
C:\Users\PC\Desktop\VCER\pawno\include\foreach.inc(760) : error 021symbol already defined"ScriptInit_OnGameModeInit"
vcer.pwn(629) : error 021symbol already defined"ScriptInit_OnGameModeExit"
vcer.pwn(694) : error 017undefined symbol "sprintf"
vcer.pwn(2868) : warning 203symbol is never used"GetPlayerPacketLoss"
vcer.pwn(2868) : warning 203symbol is never used"PacketLossWarnings"
vcer.pwn(2868) : warning 203symbol is never used"g_Redis"
vcer.pwn(2868) : warning 203symbol is never used"randomEx" 
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)