Help me with this please - Printable Version
+- SA-MP Forums Archive (
https://sampforum.blast.hk)
+-- Forum: SA-MP Scripting and Plugins (
https://sampforum.blast.hk/forumdisplay.php?fid=8)
+--- Forum: Scripting Help (
https://sampforum.blast.hk/forumdisplay.php?fid=12)
+--- Thread: Help me with this please (
/showthread.php?tid=477791)
Help me with this please -
moroccoghoost - 26.11.2013
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
Re: Help me with this please -
newbie scripter - 26.11.2013
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
Re: Help me with this please -
moroccoghoost - 26.11.2013
i found the Solution , thank you newbie scripter
please /lock