SA-MP Forums Archive
How to delete this? - 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: Scripting Help (https://sampforum.blast.hk/forumdisplay.php?fid=12)
+--- Thread: How to delete this? (/showthread.php?tid=572496)



How to delete this? - HJones - 28.04.2015

Hi, how to delete this?




Re: How to delete this? - alanhutch - 28.04.2015

Just remove gl_property from the server.cfg file, in the filterscript line.


Re: How to delete this? - HJones - 28.04.2015

Quote:
Originally Posted by alanhutch
Посмотреть сообщение
Just remove gl_property from the server.cfg file, in the filterscript line.
there is no...

echo Executing Server Config...
lanmode 0
rcon_password rconas
maxplayers 200
port 7777
hostname gRPG.pwn | Testing...
gamemode0 gRPG
filterscripts gl_realtime
announce 0
query 1
chatlogging 1
weburl www.supergames.lt
onfoot_rate 40
incar_rate 40
weapon_rate 40
stream_distance 300.0
stream_rate 1000
maxnpc 0
logtimeformat [%H:%M:%S]
plugins mysql.so sscanf.so crashdetect.so


Re: How to delete this? - J4Rr3x - 28.04.2015

If you want to delete building you need to use RemovePlayerBuilding and remove col.
If you want to remove yellow arrow, you just need to put 'DisableInteriorEnterExit()' in OnGameModeInit


Re: How to delete this? - HJones - 29.04.2015

Quote:
Originally Posted by J4Rr3x
Посмотреть сообщение
If you want to delete building you need to use RemovePlayerBuilding and remove col.
If you want to remove yellow arrow, you just need to put 'DisableInteriorEnterExit()' in OnGameModeInit
i fixed problem.