Help me with this please
#1

Hi guys
i want to know how to change Text inside the Gui like in roleplay /rules and stuff and Also , How to change this Logo On the top of the minimap


Thank you guys
Reply
#2

Hex code will do it,
pawn Код:
public OnPlayerText(playerid, text[])
{
    new Txt[128], Name[MAX_PLAYER_NAME];
    GetPlayerName(playerid, Name, sizeof Name);
    format(Txt, sizeof(Txt), "%s: {00FF2F} %s",Name, text);
    SendClientMessageToAll(-1, Txt);
    return 0;
}
i dont know much about this hex, anyway try it
Reply
#3

i found the Solution , thank you newbie scripter
please /lock
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)