[Pomoć]Direktor

Započeo Drobnjak
22. Maj 2013. Zaključano
845
pregleda
22
postova
Drobnjak
5
Crime Lord
22. Maj 2013.
Skripta koju koristim:Moja
Detaljan opis problema:Igrač sa lvl 1 uÄ‘e na server,i iznad glave mu piÅ¡e Direktor..a ja oću da mu piÅ¡e iznad glave Početnik..Kako to da napravim neÅ¡to sam zajebo  🙄
Dio skripte://
Neke slike/video za lakse dobivanje pomoci(neobavezno):http://www.zaslike.com/files/ynw1sfcfubvltwqx1nbg.png
Nermin(CH)
5
Underboss
22. Maj 2013.
Pa pronadji u skripti gdje pise direktor i ti promijeni za Pocetnik, najmanji problem 😉
Drobnjak
5
Crime Lord
22. Maj 2013.
Pa ja probo,i ono radi,ali posle mi na admina 1338 piÅ¡e da je turista 😄
TriX
5
Underboss
22. Maj 2013.
|_sLaY_| ^_- wrote on May 22, 2013, 6:54 pm:
Pa pronadji u skripti gdje pise direktor i ti promijeni za Pocetnik, najmanji problem 😉


Ne znam dal sam upravu ili ne, nisam profesionalac u skriptanju.Ali mislim da ako stavi umesto Direktora Pocetnik da ce onda Direktoru da pise da je on Pocetnik.

Daj mi taj deo iz skripte za Pocetnika i za Direktora
Nermin(CH)
5
Underboss
22. Maj 2013.
Pa najvjerovatnije je da ti se mijesa to, koliko imas napravljenih tih : "Direktor, turista i to". ?
TriX
5
Underboss
22. Maj 2013.
Ma neka nam da delove iz skripte za Pocetnika i za Direktora.
Drobnjak
5
Crime Lord
22. Maj 2013.
Tako je JacK.  🙂
public ChatDouble()
{
foreach(Player,i)
{
if(PlayerInfo <= 1340)
{
SetPlayerChatBubble(i, "[ Vlasnik ]", COLOR_YELLOW, 30.0,60000);
}
if(PlayerInfo <= 1339)
{
SetPlayerChatBubble(i, "[ Turista ]", COLOR_YELLOW, 30.0,60000);
}
else if(PlayerInfo <= 1338)
{
SetPlayerChatBubble(i, "[ Maper]", COLOR_YELLOW, 30.0,60000);
}
else if(PlayerInfo <= 1)
{
SetPlayerChatBubble(i, "[ Admin Lvl 1 ]", COLOR_BLACK, 30.0,60000);
}
else if(PlayerInfo <= 2)
{
SetPlayerChatBubble(i, "[ Admin Lvl 2 ]", COLOR_RED, 30.0,60000);
}
else if(PlayerInfo <= 1)
{
SetPlayerChatBubble(i, "[ Turista ]", COLOR_RED, 30.0,60000);
}
else if(GetPVarInt(i,"ESCTajmer") == 1)
{
SetPlayerChatBubble(i, "[ KORISTI ESCCAPE MENI ]", COLOR_LIGHTGREEN, 30.0,60000);
}
}
return 1;
}
Nermin(CH)
5
Underboss
22. Maj 2013.
Ovako stavi:
public ChatDouble()
{
foreach(Player,i)
{
if(PlayerInfo <= 1340)
{
SetPlayerChatBubble(i, "[ Vlasnik ]", COLOR_YELLOW, 30.0,60000);
}
if(PlayerInfo <= 1339)
{
SetPlayerChatBubble(i, "[ Direktor ]", COLOR_YELLOW, 30.0,60000);
}
else if(PlayerInfo <= 1338)
{
SetPlayerChatBubble(i, "[ Maper]", COLOR_YELLOW, 30.0,60000);
}
else if(PlayerInfo <= 1)
{
SetPlayerChatBubble(i, "[ Admin Lvl 1 ]", COLOR_BLACK, 30.0,60000);
}
else if(PlayerInfo <= 2)
{
SetPlayerChatBubble(i, "[ Admin Lvl 2 ]", COLOR_RED, 30.0,60000);
}
else if(PlayerInfo <= 1)
{
SetPlayerChatBubble(i, "[ Turista ]", COLOR_RED, 30.0,60000);
}
else if(GetPVarInt(i,"ESCTajmer") == 1)
{
SetPlayerChatBubble(i, "[ KORISTI ESCCAPE MENI ]", COLOR_LIGHTGREEN, 30.0,60000);
}
}
return 1;
}


Mislim ako za admina hoces Direktor, ako neces onda samo primijeni, i vidim tu ti je za igraca lvl 1 turista ako hoces pocetnik samo promijeni 😉
TriX
5
Underboss
22. Maj 2013.
public ChatDouble()
{
foreach(Player,i)
{
if(PlayerInfo <= 1340)
{
SetPlayerChatBubble(i, "[ Vlasnik ]", COLOR_YELLOW, 30.0,60000);
}
if(PlayerInfo <= 1339)
{
SetPlayerChatBubble(i, "[ Direktor ]", COLOR_YELLOW, 30.0,60000);
}
else if(PlayerInfo <= 1338)
{
SetPlayerChatBubble(i, "[ Maper]", COLOR_YELLOW, 30.0,60000);
}
else if(PlayerInfo <= 1)
{
SetPlayerChatBubble(i, "[ Admin Lvl 1 ]", COLOR_BLACK, 30.0,60000);
}
else if(PlayerInfo <= 2)
{
SetPlayerChatBubble(i, "[ Admin Lvl 2 ]", COLOR_RED, 30.0,60000);
}
else if(PlayerInfo <= 1)
{
SetPlayerChatBubble(i, "[ Turista ]", COLOR_RED, 30.0,60000);
}
else if(GetPVarInt(i,"ESCTajmer") == 1)
{
SetPlayerChatBubble(i, "[ KORISTI ESCCAPE MENI ]", COLOR_LIGHTGREEN, 30.0,60000);
}
}
return 1;
}
Drobnjak
5
Crime Lord
22. Maj 2013.
Pa ljudi meni je tako bilo,i onda mi na Turistu piÅ¡e Direktor 😛
TriX
5
Underboss
22. Maj 2013.
Nije tebi tako bilo tebi je kod admina 1339 bilo Turista,Pa sam ti ja promenio da ti pise Direktor tebi je bilo ovako
if(PlayerInfo <= 1339)
{
SetPlayerChatBubble(i, "[ Turista ]", COLOR_YELLOW, 30.0,60000);

Ja sam ti promenio u
if(PlayerInfo <= 1339)
{
SetPlayerChatBubble(i, "[ Direktor ]", COLOR_YELLOW, 30.0,60000);


Tebi je pod SetPlayerChatBubble kod admina 1339 Pisalo iznad glave Turista a sad ti sigurno pise Direktor.
Drobnjak
5
Crime Lord
22. Maj 2013.
Ama brate ne kontaÅ¡ me,ja sam stavio na 1339 Turista,da vidim dali će da radi na lvl 1 i radi,a sad kad stavim opet to Å¡to si mi ti poslo,isto se deÅ¡ava kao prije 😄
TriX
5
Underboss
22. Maj 2013.
Ali ne razumem tebi jasno pise iznad igraca LVL 1
else if(PlayerInfo <= 1)
{
SetPlayerChatBubble(i, "[ Turista ]", COLOR_RED, 30.0,60000);
}
Blaeks_Biofor
5
Forum Don
22. Maj 2013.
daj taj deo gde ti pise direktor, nesto ga ne mogu naci
Joksa99
5
Crime Lord
22. Maj 2013.
Pa promeni samo de ti pise turista u direktor a direktor u turista 🙂

Morate biti prijavljeni da biste odgovorili na ovu temu.

Prijava

© 2026 SmartShark. All rights reserved.

Powered by Momentum|v2026.3.001 Alpha