AlliedModders

AlliedModders (https://forums.alliedmods.net/index.php)
-   Plugins (https://forums.alliedmods.net/forumdisplay.php?f=108)
-   -   [NMRiH] Difficulty and Mod changer(zombies convert to all runners) (https://forums.alliedmods.net/showthread.php?t=301322)

ElTioPerra 11-07-2020 17:07

Re: [NMRiH] Difficulty and Mod changer(zombies convert to all runners)
 
Como cojones se ocupa esto, no entiendo nada, lo que me intereza a mi es hacer que todo los zombies corran.:cry:

kimonl 11-11-2022 01:54

Re: [NMRiH] Difficulty and Mod changer(zombies convert to all runners)
 
Quote:

Originally Posted by Grey83 (Post 2549277)
some fixes and Russian translation

I got an error
c_nmrih_diffmoder 1.0.1.sp (191): error 101: fixed dimensions must be after the array name, not on the type

How can i fix ? I use Sourcemod 1.11+

Grey83 11-11-2022 10:37

Re: [NMRiH] Difficulty and Mod changer(zombies convert to all runners)
 
1 Attachment(s)
kimonl, you can change this string:
PHP Code:

int ShamblerToRunnerFromPosion(int shamblerfloat[3posbool isKid false

to this:
PHP Code:

int ShamblerToRunnerFromPosion(int shamblerfloat pos[3], bool isKid false

Or try this version:

kimonl 11-11-2022 11:27

Re: [NMRiH] Difficulty and Mod changer(zombies convert to all runners)
 
Quote:

Originally Posted by Grey83 (Post 2792586)
kimonl, you can change this string:
PHP Code:

int ShamblerToRunnerFromPosion(int shamblerfloat[3posbool isKid false

to this:
PHP Code:

int ShamblerToRunnerFromPosion(int shamblerfloat pos[3], bool isKid false

Or try this version:

Nah...its worked, many thanks dude ♥

Grey83 11-11-2022 11:46

Re: [NMRiH] Difficulty and Mod changer(zombies convert to all runners)
 
kimonl, You're welcome.

Btw, here are more changes in v1.0.2 than in this fix.


All times are GMT -4. The time now is 05:12.

Powered by vBulletin®
Copyright ©2000 - 2024, vBulletin Solutions, Inc.