(POMOC) Da pise iznad glave

Započeo Shadow_BS
10. Feb. 2016. Zaključano
437
pregleda
4
postova
Shadow_BS
4
Shot Caller
10. Feb. 2016.
Skripta koju koristim: UP editovan
Detaljan opis problema: kako da stavim da ono npr adminu pise iznad glave Admin lvl1 itd ako neko moze kodove da stavi dolje
Dio skripte: //
Neke slike/video za lakse dobivanje pomoci(neobavezno): ///
Vuzimir
5
Kingpin
Scripter_Buduci
4
Enforcer
11. Feb. 2016.
Pokusaj ovako nesto

public OnPlayerText(playerid, text[])
{
  if(PlayerInfo == 1)
{
SetPlayerChatBubble(i, "[ Admin level 1 ]", 0xC2A2DAAA, 30.0,60000);
}
    else if(PlayerInfo == 2)
    {
    SetPlayerChatBubble(i, "[ Admin level 2 ]", 0xC2A2DAAA, 30.0,60000);
    }
    else if(PlayerInfo == 3)
    {
    SetPlayerChatBubble(i, "[ Admin level 3 ]", 0xC2A2DAAA, 30.0,60000);
    }
    else if(PlayerInfo == 4)
    {
    SetPlayerChatBubble(i, "[ Admin level 4 ]", 0xC2A2DAAA, 30.0,60000);
    }
    else if(PlayerInfo == 5)
    {
    SetPlayerChatBubble(i, "[ Admin level 5 ]", 0xC2A2DAAA, 30.0,60000);
    }
    else if(PlayerInfo == 6)
    {
    SetPlayerChatBubble(i, "[ Vlasnik ]", 0xC2A2DAAA, 30.0,60000);
    }
    return 1;
}

reci ako bude imalo nekih errora ili necega
Vodka Play
5
Legenda Foruma
13. Feb. 2016.
Nije tražio chat bubble, nego 3d text verovatno.
https://wiki.sa-mp.com/wiki/Create3DTextLabel
https://wiki.sa-mp.com/wiki/Attach3DTextLabelToPlayer

Morate biti prijavljeni da biste odgovorili na ovu temu.

Prijava

© 2026 SmartShark. All rights reserved.

Powered by Momentum|v2026.3.001 Alpha