[HELP] GameTextForPlayer - 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] GameTextForPlayer (
/showthread.php?tid=524423)
[HELP] GameTextForPlayer -
Shura - 06.07.2014
Hello friends, first excuse my bad English.
I could help past this code to the following format: Update3DTextLabelText?
It is more than clear that I + rep to help me.
Код:
if(Info[i][pJailed] > 0){
if(Info[i][pJailTime] > 0){
Info[i][pJailTime]--;
new str[128];
switch(Info[i][pJailed])
{
case 1, 4: format(str, sizeof(str), "~n~~n~~n~~n~~n~~n~~n~ ~r~Jail OOC!~n~~w~%d segundos (%i minutos) restantes", Info[i][pJailTime], Info[i][pJailTime]/60);
case 2, 3, 5, 6: format(str, sizeof(str), "~n~~n~~n~~n~~n~~n~~n~ ~r~En prision!~n~~w~%d segundos (%i minutos) restantes", Info[i][pJailTime], Info[i][pJailTime]/60);
}
GameTextForPlayer(i, str, 2000, 3);
}
Respuesta: [HELP] GameTextForPlayer -
Shura - 06.07.2014
Anybody can help me?
Re: [HELP] GameTextForPlayer -
Le3aT - 06.07.2014
You wont be able to use that unless you actually created a 3D text
https://sampwiki.blast.hk/wiki/Update3DTextLabelText
Also, The 3D text is about a text that shows at a certain coordinates . for cars in dealerships and private cars and so on.
Respuesta: Re: [HELP] GameTextForPlayer -
Shura - 06.07.2014
Quote:
Originally Posted by Le3aT
|
-------------------------------------------------------------------
The script I mentioned above makes it in x cordinate, understand?