Guten Tag leute habe heute 2 sachen 1.
1. Ich habe bug beim Bewar of zombie script. Und zwar werde immer id 0 beim rondom infitz.
Ganze zeile:
public Apo()
{
new count = 0;
for(new i; i<MAX_PLAYERS; i++)
{
if(IsPlayerConnected(i))
{
count = count + 1;
}
}
if(count <= 1)
{
SendClientMessageToAll(COLOR_RED,"We need at least 2 People to start !");
SetTimer("Apo",infecttime,0);
return 0;
}
new rand = random(count + 1);
if(spawned[rand] == 1 && IsPlayerConnected(rand))
{
SetPlayerColor(rand,COLOR_RED);
SendClientMessage(rand,COLOR_RED,"You turned into a zombie ! Try to infect all other players !");
SetPlayerSkin(rand,162);
ResetPlayerWeapons(rand);
zombie[rand] = 1;
SetPlayerHealth(rand,50);
SetPlayerArmour(rand,0);
return 1;
}
SetTimer("Apo",infecttime,0);
return 1;
}
Frage 2:
Könnte mir jemand ein Textdraw erstellen?
So da Soll dann noch Level Stehen und
Wie Mana zb auch Xp Leiste.
Vielen Dank in voraus