SA-MP Forums Archive
[GameMode] UGF Gamemode (MySQL/Y_INI) [Custom HQ Admin System] - 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] UGF Gamemode (MySQL/Y_INI) [Custom HQ Admin System] (/showthread.php?tid=660689)

Pages: 1 2


Re: UGF Gamemode (MySQL/Y_INI) [Custom HQ Admin System] - guyone - 16.11.2018

what about to add group system?


Re: UGF Gamemode (MySQL/Y_INI) [Custom HQ Admin System] - Roy71 - 05.12.2018

help bro how to fix this ,

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

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

filterscripts = "" (string)

Server Plugins
--------------
Loading plugin: streamer
Failed.
Loading plugin: whirlpool

==================

Whirlpool loaded

==================

Loaded.
Loading plugin: sscanf
Failed.
Loaded 1 plugins.


Started server on port: 7777, with maxplayers: 50 lanmode is OFF.


Filterscripts
---------------
Loaded 0 filterscripts.

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


Re: UGF Gamemode (MySQL/Y_INI) [Custom HQ Admin System] - Castiel17 - 06.12.2018

Quote:
Originally Posted by Roy71
View Post
help bro how to fix this ,

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

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

filterscripts = "" (string)

Server Plugins
--------------
Loading plugin: streamer
Failed.
Loading plugin: whirlpool

==================

Whirlpool loaded

==================

Loaded.
Loading plugin: sscanf
Failed.
Loaded 1 plugins.


Started server on port: 7777, with maxplayers: 50 lanmode is OFF.


Filterscripts
---------------
Loaded 0 filterscripts.

Script[gamemodes/lol.amx]: Run time error 19: "File or function is not found"
Number of vehicle models: 0
You have Problem with plugins


Re: UGF Gamemode (MySQL/Y_INI) [Custom HQ Admin System] - Min99 - 06.12.2018

Code:
/*if(PlayerIn[playerid][BalloonPlayer] == 1)
	{
		new Float:x,Float:y,Float:z;
		GetObjectPos(Balloon[playerid], x, y, z);
		if(!IsPlayerInRangeOfPoint(playerid, MAX_OBJECT_DESTROY_DISTANCE, x, y, z))
		{
		    DestroyDynamicObject(Balloon[playerid]);
		    DestroyDynamicObject(Fire[playerid]);
		    DestroyDynamicObject(Fire1[playerid]);
		    PlayerIn[playerid][BalloonPlayer] = 0;
		    GameTextForPlayer(playerid,"~g~Destroyed controllable object",4500,3);
		}
	}*/
What is this use for?
all i get is error if i try to put it to use.

Quote:

is it just me or some command is bug?
Cause i cannot use them at all xD
Like /setscore or /givefrscore /givedmscore
btw i'm using the Mysql version.




Re: UGF Gamemode (MySQL/Y_INI) [Custom HQ Admin System] - K0P - 08.12.2018

Quote:
Originally Posted by Min99
View Post
Code:
/*if(PlayerIn[playerid][BalloonPlayer] == 1)
	{
		new Float:x,Float:y,Float:z;
		GetObjectPos(Balloon[playerid], x, y, z);
		if(!IsPlayerInRangeOfPoint(playerid, MAX_OBJECT_DESTROY_DISTANCE, x, y, z))
		{
		    DestroyDynamicObject(Balloon[playerid]);
		    DestroyDynamicObject(Fire[playerid]);
		    DestroyDynamicObject(Fire1[playerid]);
		    PlayerIn[playerid][BalloonPlayer] = 0;
		    GameTextForPlayer(playerid,"~g~Destroyed controllable object",4500,3);
		}
	}*/
What is this use for?
all i get is error if i try to put it to use.
This part of code was intended for a VIP feature (balloon) which was unfinished (ill do it hopefully).

Just checked, Here are the correct commands:

Code:
/gfrscore - Give freeroam score
/gdmscore - Give freeroam score
/rfrscore - Reduce freeroam score
/rdmscore  - Reduce deathmatch score