
January 31st, 2007
|
 | Santo Dorado | | Join Date: January 31st, 2007 Location: In Hell, believe me.
Posts: 2
Rep Power: 0 | |
Re: [Tutorial] Absolute beginners guide to weapon creation. Hello there, I'm having a little problem compiling the server side dll after making a new weapon. Quote:
1>------ Build started: Project: server_hl2, Configuration: Release HL2 Win32 ------
1>Compiling...
1>weapon_killer.cpp
1>.\hl2_dll\weapon_killer.cpp(71) : error C2065: 'pistol_use_new_accuracy' : undeclared identifier
1>.\hl2_dll\weapon_killer.cpp(71) : error C2228: left of '.GetBool' must have class/struct/union
1> type is ''unknown-type''
1>.\hl2_dll\weapon_killer.cpp(75) : error C2065: 'PISTOL_ACCURACY_MAXIMUM_PENALTY_TIME' : undeclared identifier
1>.\hl2_dll\weapon_killer.cpp(215) : error C2065: 'PISTOL_FASTEST_DRY_REFIRE_TIME' : undeclared identifier
1>.\hl2_dll\weapon_killer.cpp(234) : error C2065: 'PISTOL_FASTEST_REFIRE_TIME' : undeclared identifier
1>.\hl2_dll\weapon_killer.cpp(251) : error C2065: 'PISTOL_ACCURACY_SHOT_PENALTY_TIME' : undeclared identifier
1>Creating browse information file...
1>Microsoft Browse Information Maintenance Utility Version 8.00.50727
1>Copyright (C) Microsoft Corporation. All rights reserved.
1>Build log was saved at "file://c:\Juegos\Ilusion\src\dlls\Release HL2\BuildLog.htm"
1>server_hl2 - 6 error(s), 0 warning(s)
========== Build: 0 succeeded, 1 failed, 0 up-to-date, 0 skipped ==========
| Any idea why this happen? I'm using Visual Studio 2005 Pro, i was able to run my mod files but after trying this tutorial... things fucked. |