[GameMode] UGF Gamemode (MySQL/Y_INI) [Custom HQ Admin System]
#21

what about to add group system?
Reply
#22

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
Reply
#23

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
Reply
#24

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.

Reply
#25

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
Reply


Forum Jump:


Users browsing this thread: 7 Guest(s)