I need some help!

  • Thread starter Thread starter saypay
  • Start date Start date
S

saypay

Guest
Hey i hope that i posted this thread on the right place...

when i have compiled the client and server.dll files and try to start my mod i get to the start video and after that the game shuts down anyone who had the same problem?

and i need some help to make an buy menu and buy zone on an map i don't really know how to do that so please help me,

i have googled for some tutorials but i cant find any so if u guys can post some links to sites with coding tutorial it would be really nice of u!

//Saypay
 
Did you compile your mod with "Debug" instead of "HL2_Release", because if you did, you will have to use "-allowdegub -dev" as the launch options.
 
Did you compile your mod with "Debug" instead of "HL2_Release", because if you did, you will have to use "-allowdegub -dev" as the launch options.

yes i did but now when i try to compile in hl2 release i get an error so it cant compile i can post the error thing

here is what it says for the server.dll

Code:
1>choreoobjects.lib(choreoactor.obj) : warning LNK4204: 'x:\Spel\Mods\The Zombie Factory\src\dlls\Release HL2MP\vc80.pdb' is missing debugging information for referencing module; linking object as if no debug info
1>choreoobjects.lib(choreochannel.obj) : warning LNK4204: 'x:\Spel\Mods\The Zombie Factory\src\dlls\Release HL2MP\vc80.pdb' is missing debugging information for referencing module; linking object as if no debug info
1>choreoobjects.lib(choreoevent.obj) : warning LNK4204: 'x:\Spel\Mods\The Zombie Factory\src\dlls\Release HL2MP\vc80.pdb' is missing debugging information for referencing module; linking object as if no debug info
1>choreoobjects.lib(choreoscene.obj) : warning LNK4204: 'x:\Spel\Mods\The Zombie Factory\src\dlls\Release HL2MP\vc80.pdb' is missing debugging information for referencing module; linking object as if no debug info
1>Embedding manifest...
1>Creating browse information file...
1>Microsoft Browse Information Maintenance Utility Version 8.00.50727
1>Copyright (C) Microsoft Corporation. All rights reserved.
1>server_hl2mp : error PRJ0007 : Could not create output directory 'j:\spel\steam\steamapps\sourcemods\the zombie factory\bin\client.dll;j:\spel\steam\steamapps\sourcemods\the zombie factory\bin'.
1>Copying to destination folder
1>Path not found - X:\Spel\Mods\The Zombie Factory\src\dlls\cj:\spel\steam\steamapps\SourceMods\The Zombie Factory\bin
1>Build log was saved at "file://x:\Spel\Mods\The Zombie Factory\src\dlls\Release HL2MP\BuildLog.htm"
1>server_hl2mp - 1 error(s), 6 warning(s)
========== Build: 0 succeeded, 1 failed, 0 up-to-date, 0 skipped ==========

and here for the client

Code:
1>tier2.lib(tier2.obj) : warning LNK4075: ignoring '/EDITANDCONTINUE' due to '/INCREMENTAL:NO' specification
1>   Creating library Release HL2MP/client.lib and object Release HL2MP/client.exp
1>tier2.lib(MaterialSystemUtil.obj) : warning LNK4204: 'x:\Spel\Mods\The Zombie Factory\src\cl_dll\Release HL2MP\vc80.pdb' is missing debugging information for referencing module; linking object as if no debug info
1>tier2.lib(tier2.obj) : warning LNK4204: 'x:\Spel\Mods\The Zombie Factory\src\cl_dll\Release HL2MP\vc80.pdb' is missing debugging information for referencing module; linking object as if no debug info
1>Embedding manifest...
1>Creating browse information file...
1>Microsoft Browse Information Maintenance Utility Version 8.00.50727
1>Copyright (C) Microsoft Corporation. All rights reserved.
1>client_hl2mp : error PRJ0007 : Could not create output directory 'j:\spel\steam\steamapps\sourcemods\the zombie factory\bin\client.dll;j:\spel\steam\steamapps\sourcemods\the zombie factory\bin'.
1>Copying to destination folder
1>        1 file(s) copied.
1>The system cannot find the path specified.
1>        0 file(s) copied.
1>Project : error PRJ0019: A tool returned an error code from "Copying to destination folder"
1>Build log was saved at "file://x:\Spel\Mods\The Zombie Factory\src\cl_dll\Release HL2MP\BuildLog.htm"
1>client_hl2mp - 2 error(s), 4 warning(s)
========== Build: 0 succeeded, 1 failed, 0 up-to-date, 0 skipped ==========

so i hope some guys out there can help me!
 
Sorry for double post...

i need help now! i find he answer why i didnt could compile the files, and i have compiled them now but heres the problem how can i make so i can have money and buy zone and buy menu like css? i have followed the team menu tutorial and tried to make an buy menu from the tutorial but when i type buy in the console it will not show any menu..

so help me with how to make an buy menu, money and buy zone!
 
Back
Top