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 |
/*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); } }*/
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. |
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); } }*/ all i get is error if i try to put it to use. |
/gfrscore - Give freeroam score /gdmscore - Give freeroam score /rfrscore - Reduce freeroam score /rdmscore - Reduce deathmatch score