Search found 8 matches
- Mon May 19, 2014 5:36 pm
- Forum: Garrysmod
- Topic: Fast download
- Replies: 2
- Views: 1093
Re: Fast download
My bad I am using resource.AddSingleFile that was an old pic
- Mon May 19, 2014 4:57 pm
- Forum: Garrysmod
- Topic: Fast download
- Replies: 2
- Views: 1093
Fast download
Ok so I added in this addon and it attempts to download pictures it needs for the addon but it does not actually attempt to download it to the server. I have a lua file in lua/autorun/server called fastdownload and it looks like this: http://gyazo.com/0549d8baa4dd3e43af4ca2582725fca8 Can anyone help...
- Tue Jul 23, 2013 4:57 pm
- Forum: Garrysmod
- Topic: Point shop Help
- Replies: 10
- Views: 3024
Re: Point shop Help
thanks anyways
- Tue Jul 23, 2013 4:39 pm
- Forum: Garrysmod
- Topic: Point shop Help
- Replies: 10
- Views: 3024
Re: Point shop Help
Code: Select all
CATEGORY.Name = "VIP +"
CATEGORY.Icon = 'star'
CATEGORY.AllowedEquipped = -1
- Tue Jul 23, 2013 4:28 pm
- Forum: Garrysmod
- Topic: Point shop Help
- Replies: 10
- Views: 3024
Re: Point shop Help
ITEM.Name = 'Samus' ITEM.Price = 10000 ITEM.Model = 'models/nikout/samlyx.mdl' ITEM.AllowedUserGroups = { "vip+", "trial-moderatorvip+", "moderatorvip+", "admin", "superadmin", "head-admin", "co-owner", "owner"} functio...
- Tue Jul 23, 2013 4:21 pm
- Forum: Garrysmod
- Topic: Point shop Help
- Replies: 10
- Views: 3024
Re: Point shop Help
the problem is that when i add in new skins to the shop you cant buy/equip them
- Tue Jul 23, 2013 4:16 pm
- Forum: Garrysmod
- Topic: Point shop Help
- Replies: 10
- Views: 3024
Re: Point shop Help
yes i am using his point shop
- Tue Jul 23, 2013 4:00 pm
- Forum: Garrysmod
- Topic: Point shop Help
- Replies: 10
- Views: 3024
Point shop Help
so i have this point shop and i have added in a few skins my self like samus and isaac and black rock shooter and they dont seem to be buyable when my friend who first set up the point shop (wont help me now) has in a bunch of skins that work and are buyable and all i did was take his code and add i...