SA-MP Forums Archive
[HELP] Whit Script - 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)
+---- Forum: Help Archive (https://sampforum.blast.hk/forumdisplay.php?fid=89)
+---- Thread: [HELP] Whit Script (/showthread.php?tid=137643)



[HELP] Whit Script - THE_GAMER - 29.03.2010

Hi,Im TheRedBull.

I Need The Script's of This:

__________________________________________________ _____________________-
visit:WWW.TNTZONE.ES.TL
Posted By:TheRedBull



Re: [HELP] Whit Script - Mike Garber - 29.03.2010

https://sampwiki.blast.hk/wiki/Create3DTextLabel
https://sampwiki.blast.hk/wiki/Attach3DTextLabelToPlayer

There you go.

If you want It done, DO NOT post in a new thread, post in Script Request thread.


Re: [HELP] Whit Script - THE_GAMER - 29.03.2010

Quote:
Originally Posted by mavtias
https://sampwiki.blast.hk/wiki/Create3DTextLabel
https://sampwiki.blast.hk/wiki/Attach3DTextLabelToPlayer

There you go.

If you want It done, DO NOT post in a new thread, post in Script Request thread.
ok,thanks


Re: [HELP] Whit Script - Calgon - 29.03.2010

Actually, you can use the chatbubbles FS included in the release pack for 0.3.


Re: [HELP] Whit Script - MadeMan - 29.03.2010

https://sampwiki.blast.hk/wiki/SetPlayerChatBubble


Re: [HELP] Whit Script - DarkPower - 29.03.2010

Код:
public OnPlayerText(playerid, text[])
{
  SetPlayerChatBubble(playerid, text, 0xFF0000FF, 100.0, 10000);
  return 1;
}