[ZP-HELP] First Zombie Teleport t Spawn!
Please Some One create this plugin.
I Try it make myself but i fail.:cry: |
Re: [ZP-HELP] First Zombie Teleport t Spawn!
try this:
in zombie_plague40.sma find: PHP Code:
and replace it with this: PHP Code:
|
Re: [ZP-HELP] First Zombie Teleport t Spawn!
Quote:
|
Re: [ZP-HELP] First Zombie Teleport t Spawn!
Dare Devil
Open zombie_plague40.sma Find // Randomly turn iMaxZombies players into zombies while (iZombies < iMaxZombies) { // Choose random guy id = fnGetRandomAlive(random_num(1, alive_count)) // Dead or already a zombie if (!g_isalive[id] || g_zombie[id]) continue; // Turn into a zombie zombieme(id, 0, 0, 1, 0) iZombies++ Replace With ->>> // Randomly turn iMaxZombies players into zombies while (iZombies < iMaxZombies) { // Choose random guy id = fnGetRandomAlive(random_num(1, alive_count)) // Dead or already a zombie if (!g_isalive[id] || g_zombie[id]) continue; // Turn into a zombie zombieme(id, 0, 0, 1, 0) do_random_spawn(id, 1) iZombies++ Its Working 100% :P ------------------------------- Can Some One Give Me Server? |
Re: [ZP-HELP] First Zombie Teleport t Spawn!
forgive me if I relive the post, I don't know if it's allowed, I need a contact from . Dare Devil. a friend wants to talk to him, here I leave his contact of my friend : KaiTi#6523 (the number and letters are from disc*rd).
|
| All times are GMT -4. The time now is 01:19. |
Powered by vBulletin®
Copyright ©2000 - 2024, vBulletin Solutions, Inc.