For your cod error you are using the list.set wrong. It goes list.Set( string identifier, any key, any item )
and the items need to be in a table. I suggest you read the documentation [url]http://wiki.garrysmod.com/page/list/Set[/url]
Okay I'll see if that helps. THanks!
Also to save you time, you don't need to add every single file related to .vmt files. Just the .vmt. In other words; don't add vtf files to the resources because they're automatically added when related to the .vmt.
[quote]Not Found
The requested URL /gmod_63338/models/jessev92/player/military/cod4_sniper.mdl was not found on this server.
Apache/2.2.15 (CentOS) Server at 192.210.238.107 Port 80[/quote]
[QUOTE=Walrus Viking;42619391]Also to save you time, you don't need to add every single file related to .vmt files. Just the .vmt. In other words; don't add vtf files to the resources because they're automatically added when related to the .vmt.[/QUOTE]
Well I'm using a resource finder program thingy that does all the work, so I don't really care :v:
[editline]23rd October 2013[/editline]
[QUOTE=Robotboy655;42619413]
Not Found
The requested URL /gmod_63338/models/jessev92/player/military/cod4_sniper.mdl was not found on this server.
Apache/2.2.15 (CentOS) Server at 192.210.238.107 Port 80[/QUOTE]
What does that mean? My server isn't synced? Because I know I synced it...
[editline]23rd October 2013[/editline]
I'm still confused as to how to use this code, as it's for an NPC:
[lua]-- Lost Coast
list.Set( "NPC", "npc_fisherman", {
Name = "Fisherman",
Class = "npc_fisherman",
Weapons = {"weapon_oldmanharpoon"},
Category = Category
} )[/lua]
(from [url]http://wiki.garrysmod.com/page/list/Set[/url] )
[editline]23rd October 2013[/editline]
NVM seems to be fixed, thanks for helping though
Sorry, you need to Log In to post a reply to this thread.