Unpaid Requests, Public Plugins
-
Muhammet20
- Veteran Member


- Posts: 408
- Joined: 1 Year Ago
- Location: Turkey
-
Has thanked:
36 times
-
Been thanked:
5 times
- Age: 15
-
Contact:
#1
Post
by Muhammet20 » 10 Months Ago
hey yo all
i thunk you understand from the subject :/
so
i want when the first round start i want it just one zombie and he/she be nemsis
i hope you have this plugin or you can create it
________________________________________________________
[ Post made via Android ]
Last edited by
Muhammet20 on 24 Jan 2019, 23:24, edited 1 time in total.
[Learning HTML coding language]
[Learning Unreal Engine 4]
[Learning Adobe programs]
-
Muhammet20
- Veteran Member


- Posts: 408
- Joined: 1 Year Ago
- Location: Turkey
-
Has thanked:
36 times
-
Been thanked:
5 times
- Age: 15
-
Contact:
#2
Post
by Muhammet20 » 10 Months Ago
anyone ?
[Learning HTML coding language]
[Learning Unreal Engine 4]
[Learning Adobe programs]
-
Muhammet20
- Veteran Member


- Posts: 408
- Joined: 1 Year Ago
- Location: Turkey
-
Has thanked:
36 times
-
Been thanked:
5 times
- Age: 15
-
Contact:
#3
Post
by Muhammet20 » 10 Months Ago
heeeeeeeeeeeeeeeeeeeeeeeeey
[Learning HTML coding language]
[Learning Unreal Engine 4]
[Learning Adobe programs]
-
Raheem
- Mod Developer


- Posts: 1972
- Joined: 2 Years Ago
- Location: Egypt
-
Has thanked:
32 times
-
Been thanked:
108 times
- Age: 22
-
Contact:
#4
Post
by Raheem » 10 Months Ago
You mean: first round in the map be only one zombie not some zombies?
You don't know? Learn and you will know.
-
Muhammet20
- Veteran Member


- Posts: 408
- Joined: 1 Year Ago
- Location: Turkey
-
Has thanked:
36 times
-
Been thanked:
5 times
- Age: 15
-
Contact:
#5
Post
by Muhammet20 » 10 Months Ago
Raheem wrote: ↑10 Months Ago
You mean: first round in the map be only one zombie not some zombies?
yeah
but i don't want first zombie
i mean first zombie will be first nemsis on first round
[Learning HTML coding language]
[Learning Unreal Engine 4]
[Learning Adobe programs]
-
Muhammet20
- Veteran Member


- Posts: 408
- Joined: 1 Year Ago
- Location: Turkey
-
Has thanked:
36 times
-
Been thanked:
5 times
- Age: 15
-
Contact:
#6
Post
by Muhammet20 » 10 Months Ago
no one ?
[Learning HTML coding language]
[Learning Unreal Engine 4]
[Learning Adobe programs]
-
Muhammet20
- Veteran Member


- Posts: 408
- Joined: 1 Year Ago
- Location: Turkey
-
Has thanked:
36 times
-
Been thanked:
5 times
- Age: 15
-
Contact:
#7
Post
by Muhammet20 » 10 Months Ago
heeeeeeeeeellllllloooooo
[Learning HTML coding language]
[Learning Unreal Engine 4]
[Learning Adobe programs]
-
Muhammet20
- Veteran Member


- Posts: 408
- Joined: 1 Year Ago
- Location: Turkey
-
Has thanked:
36 times
-
Been thanked:
5 times
- Age: 15
-
Contact:
#8
Post
by Muhammet20 » 10 Months Ago
just if someone have the nemsis plugin say here
[Learning HTML coding language]
[Learning Unreal Engine 4]
[Learning Adobe programs]
-
Muhammet20
- Veteran Member


- Posts: 408
- Joined: 1 Year Ago
- Location: Turkey
-
Has thanked:
36 times
-
Been thanked:
5 times
- Age: 15
-
Contact:
#9
Post
by Muhammet20 » 6 Months Ago
hellooooooo ?!?!?
[Learning HTML coding language]
[Learning Unreal Engine 4]
[Learning Adobe programs]
-
Mohamed Alaa
- Mod Developer


- Posts: 624
- Joined: 2 Years Ago
- Location: Egypt
-
Has thanked:
34 times
-
Been thanked:
48 times
- Age: 19
-
Contact:
#10
Post
by Mohamed Alaa » 5 Months Ago
#include <zombie_escape>
new bool:g_bNemesis[33]
public plugin_init()
{
register_plugin("[ZE] First ZM are nemesis", "1.0", "Jack")
}
public ze_zombie_appear()
{
new iPlayers[32], iSelected[33], iTotalPlayers, id, iCount, iRandomIndex
get_players(iPlayers, iTotalPlayers)
if (iTotalPlayers > 0)
{
for (id = 0; id <= iTotalPlayers; id++)
{
iRandomIndex = iPlayers[id]
if (!is_user_alive(id) || !ze_is_user_zombie(id))
continue
iSelected[iCount] = iRandomIndex
iCount++
}
iRandomIndex = iSelected[random(--iCount)]
g_bNemesis[iRandomIndex] =
new szName[32]
get_user_name(iRandomIndex, szName, charsmax(szName))
client_print(0, print_chat, "%s became nemesis", szName)
client_print(iRandomIndex, print_chat, "You became nemesis")
}
}
public ze_roundend()
{
for (new id = 0; id <= get_member_game(m_nMaxPlayers); id++)
{
if (!is_user_alive(id) || !ze_is_user_zombie(id))
continue
g_bNemesis[id] = false
}
}
Users browsing this forum: No registered users and 2 guests