Search found 12 matches

by crashmultiz
Tue Aug 30, 2016 10:27 am
Forum: Dedicated servers and Virtual Dedicated Servers
Topic: Limit Connections To Server
Replies: 6
Views: 2890

Re: Limit Connections To Server

what game are you talkin about?
by crashmultiz
Fri Aug 26, 2016 12:35 am
Forum: Garrysmod
Topic: F4 Menu - Single Weapon Problem
Replies: 1
Views: 1147

Re: F4 Menu - Single Weapon Problem

to make the weapons spawn in shipments, change

Code: Select all

separate = true,
to

Code: Select all

separate = false,
by crashmultiz
Sun Aug 21, 2016 6:30 pm
Forum: Dedicated servers and Virtual Dedicated Servers
Topic: VDS memory usage high
Replies: 4
Views: 1639

Re: VDS memory usage high

linux systems always try to use as much ram as possible for various functions like caching or even just reads from the disk. the memory can be relinquished to the processes when it request's it, so theres nothing to worry about. :D
by crashmultiz
Thu Aug 18, 2016 3:16 pm
Forum: General
Topic: Server name changer *please help*
Replies: 3
Views: 2303

Re: Server name changer *please help*

are you talking about NFO's control panel?
by crashmultiz
Wed Aug 17, 2016 11:37 pm
Forum: Garrysmod
Topic: DarkRP Server Crashing Every Hour
Replies: 9
Views: 4799

Re: DarkRP Server Crashing Every Hour

have you tried checking /garrysmod/logs ? the server usually logs everything that happends in the server.
by crashmultiz
Wed Aug 17, 2016 11:34 pm
Forum: Dedicated servers and Virtual Dedicated Servers
Topic: VX Donations issues
Replies: 10
Views: 3022

Re: VX Donations issues

im not familar with VX donation but ill try to help. there should be a config about mysql stuff. for example Prometheus (which i use) has this in the config Prometheus.Mysql.Host = "hostname" Prometheus.Mysql.Port = 3306 Prometheus.Mysql.Username = "username" Prometheus.Mysql.Pas...
by crashmultiz
Wed Aug 17, 2016 6:36 pm
Forum: Dedicated servers and Virtual Dedicated Servers
Topic: VX Donations issues
Replies: 10
Views: 3022

Re: VX Donations issues

check if the addon in the server is configured correctly. could be the addon not being able to connect to the DB
by crashmultiz
Wed Aug 17, 2016 12:24 am
Forum: Garrysmod
Topic: Lua Error
Replies: 1
Views: 1486

Re: Lua Error

as i stated on your previous post

max = 2 does not have a comma.

it should be

Code: Select all

max = 2,
by crashmultiz
Tue Aug 16, 2016 10:31 pm
Forum: Dedicated servers and Virtual Dedicated Servers
Topic: How do i connect my VDS to filezilla
Replies: 2
Views: 1570

Re: How do i connect my VDS to filezilla

Filezilla is a FTP client. You need to run FTP server on your VDS, and then connect to it from Filezilla. that is one way. another way you can do is by using sftp in filezilla. you dont need anything to be installed in the VDS first open up your site manager window by clicking the icon below file. ...
by crashmultiz
Tue Aug 16, 2016 10:07 pm
Forum: Garrysmod
Topic: DarkRP - Addon Problem
Replies: 1
Views: 1348

Re: DarkRP - Addon Problem

check if theres another folder inside that folder. for example ULX-Global-Ban-master\ulx_globalbanmodule. ULX-Global-Ban-master is the main folder the addon came with. ulx_globalbanmodule is the addon you want to transfer to your server. if you need more help, let us know! http://filebyte.pw/f/mwx5j...
by crashmultiz
Tue Aug 16, 2016 9:55 pm
Forum: Garrysmod
Topic: DarkRP Server Crashing Every Hour
Replies: 9
Views: 4799

Re: DarkRP Server Crashing Every Hour

i really doubt spray could be the cause. update us if the server crashes again, and make sure to post logs too!
by crashmultiz
Tue Aug 16, 2016 9:52 pm
Forum: Webhosting
Topic: Lua Error
Replies: 3
Views: 1971

Re: Lua Error

max = 2 does not have a comma.

it should be like this

Code: Select all

max = 2,