Updating Source Code

hey, this was an mod i want to update to SDK 2013 ( i have no experience at all in c++)

Source code link : http://dl.dropbox.com/u/7870266/Hacks/Takeover.rar


The source code owner said in order to update it you must have lastest SDK and copy paste the serverplugin_empty.cpp to the one in SDK2013


i have done this and i've gotten undeclared identifer and the following errors.


1>------ Rebuild All started: Project: Serverplugin_empty, Configuration: Release Win32 ------
1> Compiling pointeroverride.asm
1> Assembling: C:\Users\belo\Desktop\mp\src\public\tier0\pointeroverride.asm
1> Microsoft (R) Macro Assembler Version 10.00.40219.01
1> Copyright (C) Microsoft Corporation. All rights reserved.
1>
1> Running VPC CRC Check - serverplugin_empty.vpc
1>cl : Command line warning D9002: ignoring unknown option '/Gw'
1>cl : Command line warning D9002: ignoring unknown option '/Gw'
1> memoverride.cpp
1>cl : Command line warning D9002: ignoring unknown option '/Gw'
1> serverplugin_bot.cpp
1> serverplugin_empty.cpp
1>c:\program files\microsoft visual studio 10.0\vc\include\xlocale(323): error C2220: warning treated as error - no 'object' file generated
1>c:\program files\microsoft visual studio 10.0\vc\include\xlocale(323): warning C4530: C++ exception handler used, but unwind semantics are not enabled. Specify /EHsc
1>c:\users\belo\desktop\mp\src\utils\serverplugin_sample\serverplugin_empty.cpp(152): error C2065: 'pfDisconnect' : undeclared identifier
1>c:\users\belo\desktop\mp\src\utils\serverplugin_sample\serverplugin_empty.cpp(155): error C2065: 'pfDisconnect' : undeclared identifier
1>c:\users\belo\desktop\mp\src\utils\serverplugin_sample\serverplugin_empty.cpp(182): warning C4130: '==' : logical operation on address of string constant
1>c:\users\belo\desktop\mp\src\utils\serverplugin_sample\serverplugin_empty.cpp(201): warning C4130: '==' : logical operation on address of string constant
1>c:\users\belo\desktop\mp\src\utils\serverplugin_sample\serverplugin_empty.cpp(240): warning C4130: '==' : logical operation on address of string constant
1>c:\users\belo\desktop\mp\src\utils\serverplugin_sample\serverplugin_empty.cpp(256): error C2065: 'pfDisconnect' : undeclared identifier
1>c:\users\belo\desktop\mp\src\utils\serverplugin_sample\serverplugin_empty.cpp(260): warning C4130: '==' : logical operation on address of string constant
========== Rebuild All: 0 succeeded, 1 failed, 0 skipped ==========
Last edited on
Topic archived. No new replies allowed.