View Single Post
Peace-Maker
SourceMod Plugin Approver
Join Date: Aug 2008
Location: Germany
Old 05-28-2012 , 15:39   Re: Zombie Riot V1.9.1b
Reply With Quote #873

Quote:
Originally Posted by 7533572 View Post
Forget about my last reply. I fixed it.

Anyways.. I still havea problem though.. even though I kill all the zombies I'm suposed to kill, the day doesn't change. look:

[IMG]http://img846.**************/img846/3788/zombieerror.png[/IMG]
The TerminateRound signature changed on windows in the last update. You don't have to use your own gamedata in plugins anymore though, since that method is in the native sourcemod library now.

Here's a build using the Code:
CS_TerminateRound(delay, CSRoundEndReason:reason, false);

native instead of the own sdkcall. (Just replace the SDKCall at the bottom of offsets.inc with said line.)
Attached Files
File Type: smx zombieriot.smx (41.9 KB, 1925 views)
File Type: zip zriot-1.9.1b-source_nogamedata.zip (2.37 MB, 1889 views)
__________________

Last edited by Peace-Maker; 07-05-2012 at 06:35. Reason: Added binary WITH sourcecode.
Peace-Maker is offline