SA-MP Forums Archive
[GameMode] Explosive Freeroam - Los Santos - 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] Explosive Freeroam - Los Santos (/showthread.php?tid=630616)

Pages: 1 2 3 4 5


Re: Explosive Freeroam - Los Santos - iDexTer - 21.03.2017

what about the script doest want to complie


Re: Explosive Freeroam - Los Santos - oMa37 - 21.03.2017

It compiles fine with me, Try to re-download it and check if you have all the required includes.


Re: Explosive Freeroam - Los Santos - iDexTer - 21.03.2017

how to get CMD includes


Re: Explosive Freeroam - Los Santos - iDexTer - 21.03.2017

Still Unknown

----------
Loaded log file: "server_log.txt".
----------

SA-MP Dedicated Server
----------------------
v0.3.7-R2, ©2005-2015 SA-MP Team

[16:06:25] password = "" (string)
[16:06:25] filterscripts = "" (string)
[16:06:25]
[16:06:25] Server Plugins
[16:06:25] --------------
[16:06:25] Loading plugin: ColAndreas.so
[16:06:25] Failed (libBulletDynamics.so.2.83: cannot open shared object file: No such file or directory)
[16:06:25] Loading plugin: mysql.so
[16:06:25] >> plugin.mysql: R39-6 successfully loaded.
[16:06:25] Loaded.
[16:06:25] Loading plugin: ColAndreas_static.so
[16:06:25] *********************
[16:06:25] ** Created By: **
[16:06:25] ** [uL]Chris42O **
[16:06:25] ** [uL]Slice **
[16:06:25] ** [uL]Pottus **
[16:06:25] *********************
[16:06:25] No collision data found.
[16:06:25] *********************
[16:06:25] ColAndreas Loaded
[16:06:25] v1.4.0
[16:06:25] *********************
[16:06:25] Loaded.
[16:06:25] Loading plugin: streamer.so
[16:06:25]

*** Streamer Plugin v2.8.2 by Incognito loaded ***

[16:06:25] Loaded.
[16:06:25] Loading plugin: sscanf.so
[16:06:25]

[16:06:25] ===============================

[16:06:25] sscanf plugin loaded.

[16:06:25] Version: 2.8.2

[16:06:25] © 2012 Alex "******" Cole

[16:06:25] ===============================

[16:06:25] Loaded.
[16:06:25] Loaded 4 plugins.

[16:06:25]
[16:06:25] Filterscripts
[16:06:25] ---------------
[16:06:25] Loaded 0 filterscripts.

[16:06:25] Script[gamemodes/ExplosiveFreeroam.amx]: Run time error 19: "File or function is not found"
[16:06:25] Number of vehicle models: 0


Re: Explosive Freeroam - Los Santos - lucasbjs0 - 23.03.2017

Where is this include?
Код:
C:\Downloads\samp037_svr_R2-1-1_win32\gamemodes\ExplosiveFreeroam.pwn(22) : fatal error 100: cannot read from file: "CMD"

Compilation aborted.Pawn compiler 3.2.3664	 	 	Copyright © 1997-2006, ITB CompuPhase


1 Error.



Re: Explosive Freeroam - Los Santos - oMa37 - 23.03.2017

CMD include is the Command Processor by SickAttack, Check the requirements at the first page to get the link of each include.


Re: Explosive Freeroam - Los Santos - lucasbjs0 - 23.03.2017

Pawn Compiler library stop working

I have all Includes and all the plugins



Re: Explosive Freeroam - Los Santos - oMa37 - 24.03.2017

I will upload the full server package tomorrow.


Re: Explosive Freeroam - Los Santos - adri[4]Life - 24.03.2017

Unique & Good GameMode Good Job oMa37 I Liked the Design It's Cool! +rep for you mate!


Re: Explosive Freeroam - Los Santos - LittleSpy - 29.03.2017

i have the hole Pack
Thanks oMa37


Re: Explosive Freeroam - Los Santos - Diabolik4FunT - 30.03.2017

Man, please upload the full server package , nice server btw!


Re: Explosive Freeroam - Los Santos - PawnFox - 30.03.2017

Nice gamemode, well scripted !


Re: Explosive Freeroam - Los Santos - oMa37 - 31.03.2017

Thanks everyone!

--

Full package has been uploaded, Check the first page (Download section).


Re: Explosive Freeroam - Los Santos - Compiler - 31.03.2017

This is a very good gm but i have seen that dm system somewhere else if i'm not wrong.


Re: Explosive Freeroam - Los Santos - oMa37 - 31.03.2017

Quote:
Originally Posted by Compiler
Посмотреть сообщение
This is a very good gm but i have seen that dm system somewhere else if i'm not wrong.
Yep, Sreyas's DM system.


Re: Explosive Freeroam - Los Santos - Gnik - 01.04.2017

Your compiled gamemode works good, but when I compile it I cant register a new account so that means no1 can join the server and register an account, probably something wrong with mysql.


Re: Explosive Freeroam - Los Santos - oMa37 - 01.04.2017

Quote:
Originally Posted by Gnik
Посмотреть сообщение
Your compiled gamemode works good, but when I compile it I cant register a new account so that means no1 can join the server and register an account, probably something wrong with mysql.
The thing is I forgot to make the ID column as Auto Increment when the table is created.
I will make sure to fix that once I get on the PC.


Re: Explosive Freeroam - Los Santos - Gnik - 02.04.2017

Quote:
Originally Posted by oMa37
Посмотреть сообщение
The thing is I forgot to make the ID column as Auto Increment when the table is created.
I will make sure to fix that once I get on the PC.
Oh, Then its a simple fix.

Код:
`ID` int(11) NOT NULL,\
to


Код:
`ID` int(11) NOT NULL AUTO_INCREMENT,\
and then it should work.


UPDATE: That made it work, Players can now spawn.


Re: Explosive Freeroam - Los Santos - coool - 27.04.2017

Very guud freeroam GM


Re: Explosive Freeroam - Los Santos - killerjam - 27.04.2017

there is a bug on the login screen, when u login it doesn't do anything after and u can't spawn in can u help please. Also when i load the server it says that it can't find -mSelections- WARNING: No Items found in File: objects.txt any idea what i can do?
Good gamemode thro
Thx