MrTuNNe Posted May 31, 2015 Report Share Posted May 31, 2015 Salut,am inceput sa intampin o problema cu Textdrawurile mai nou...ori ce as face nu vrea sa se arate.Am adaugat si TextDrawShowForPlayerla OnPlayerConnect si efectiv,nu se arata...Poate careva sa imi explice si mie ce are? Quote Ofer servicii de web designer/developer(contact me pentru portofoliu etc) Metode de plata: Paysafecard,Skrill,PayPal,Bitcoin Ofer si servicii de Penetration Testing. Vand si VPN-uri. 5 euro pe luna Skype: live:mrtunne.tkcode Discord: https://mrtunne.info/discord Link to comment Share on other sites More sharing options...
0 BoBBiTa Posted May 31, 2015 Report Share Posted May 31, 2015 Salut, daca este de tip PlayerText incearca asa :PlayerTextDrawShow(playerid, nume_textdraw);Poti sa-mi arati si scriptul ? Quote // Desenul meu animat // Alte episoade aici: https://www.youtube.com/channel/UCF2kY1CzhHI_PCyV5LprQ1w/videos Link to comment Share on other sites More sharing options...
0 NoNamed Posted May 31, 2015 Report Share Posted May 31, 2015 Arata-mi script-ul si spune-mi unde ai adaugat textdraw-urile . Quote Link to comment Share on other sites More sharing options...
0 MrTuNNe Posted May 31, 2015 Author Report Share Posted May 31, 2015 La OnGameModeInitAm asa: problaze = TextDrawCreate(482.400177, 427.839904, "~w~Pro-Blaze RPG"); TextDrawLetterSize(problaze, 0.372395, 1.301331); TextDrawAlignment(problaze, 1); TextDrawColor(problaze, -1); TextDrawSetShadow(problaze, 0); TextDrawSetOutline(problaze, 1); TextDrawBackgroundColor(problaze, 255); TextDrawFont(Textdrawspecial, 4); TextDrawSetProportional(problaze, 1);Si laOnPlayerConnectAm asa:TextDrawShowForAll(problaze); Quote Ofer servicii de web designer/developer(contact me pentru portofoliu etc) Metode de plata: Paysafecard,Skrill,PayPal,Bitcoin Ofer si servicii de Penetration Testing. Vand si VPN-uri. 5 euro pe luna Skype: live:mrtunne.tkcode Discord: https://mrtunne.info/discord Link to comment Share on other sites More sharing options...
0 NoNamed Posted May 31, 2015 Report Share Posted May 31, 2015 La OnGameModeInitAm asa: problaze = TextDrawCreate(482.400177, 427.839904, "~w~Pro-Blaze RPG"); TextDrawLetterSize(problaze, 0.372395, 1.301331); TextDrawAlignment(problaze, 1); TextDrawColor(problaze, -1); TextDrawSetShadow(problaze, 0); TextDrawSetOutline(problaze, 1); TextDrawBackgroundColor(problaze, 255); TextDrawFont(Textdrawspecial, 4); TextDrawSetProportional(problaze, 1);Si laOnPlayerConnectAm asa:TextDrawShowForAll(problaze); Schimba din TextDrawShowForAll(problaze); in TextDrawShowForPlayer(playerid, problaze); De ce ? La functia "OnPlayerConnect" tu trebuie sa setezi ca textdraw-ul sa il arate playerilor ce se conecteaza, cu ce ai pus tu faci ca textdraw-ul sa fie afisat tuturor cand cineva se conecteaza . Quote Link to comment Share on other sites More sharing options...
0 MrTuNNe Posted June 1, 2015 Author Report Share Posted June 1, 2015 Schimba din TextDrawShowForAll(problaze); in TextDrawShowForPlayer(playerid, problaze); De ce ? La functia "OnPlayerConnect" tu trebuie sa setezi ca textdraw-ul sa il arate playerilor ce se conecteaza, cu ce ai pus tu faci ca textdraw-ul sa fie afisat tuturor cand cineva se conecteaza . Tot nu merge. Quote Ofer servicii de web designer/developer(contact me pentru portofoliu etc) Metode de plata: Paysafecard,Skrill,PayPal,Bitcoin Ofer si servicii de Penetration Testing. Vand si VPN-uri. 5 euro pe luna Skype: live:mrtunne.tkcode Discord: https://mrtunne.info/discord Link to comment Share on other sites More sharing options...
0 BoBBiTa Posted June 1, 2015 Report Share Posted June 1, 2015 Tot nu merge.problaze = TextDrawCreate(482.400177, 427.839904, "~w~Pro-Blaze RPG"); TextDrawLetterSize(problaze, 0.372395, 1.301331); TextDrawAlignment(problaze, 1); TextDrawColor(problaze, -1); TextDrawSetShadow(problaze, 0); TextDrawSetOutline(problaze, 1); TextDrawBackgroundColor(problaze, 255); TextDrawFont(Textdrawspecial, 4) < -- Aici nu trebuia asa : TextDrawFont(problaze, 4); TextDrawSetProportional(problaze, 1);Si fix cum a spus NoNamedLa OnPlayerConnect pune :TextDrawShowForPlayer(problaze); 1 Quote // Desenul meu animat // Alte episoade aici: https://www.youtube.com/channel/UCF2kY1CzhHI_PCyV5LprQ1w/videos Link to comment Share on other sites More sharing options...
0 MrTuNNe Posted June 1, 2015 Author Report Share Posted June 1, 2015 problaze = TextDrawCreate(482.400177, 427.839904, "~w~Pro-Blaze RPG"); TextDrawLetterSize(problaze, 0.372395, 1.301331); TextDrawAlignment(problaze, 1); TextDrawColor(problaze, -1); TextDrawSetShadow(problaze, 0); TextDrawSetOutline(problaze, 1); TextDrawBackgroundColor(problaze, 255); TextDrawFont(Textdrawspecial, 4) < -- Aici nu trebuia asa : TextDrawFont(problaze, 4); TextDrawSetProportional(problaze, 1);Si fix cum a spus NoNamedLa OnPlayerConnect pune :TextDrawShowForPlayer(problaze);Lol,nu mi-am dat seama ca era 4 acolo.Acum merge Mersi,cred ca daca nu-mi atrageai tu atentia nu ma trezeam nici acum Quote Ofer servicii de web designer/developer(contact me pentru portofoliu etc) Metode de plata: Paysafecard,Skrill,PayPal,Bitcoin Ofer si servicii de Penetration Testing. Vand si VPN-uri. 5 euro pe luna Skype: live:mrtunne.tkcode Discord: https://mrtunne.info/discord Link to comment Share on other sites More sharing options...
0 BoBBiTa Posted June 1, 2015 Report Share Posted June 1, 2015 Lol,nu mi-am dat seama ca era 4 acolo.Acum merge Mersi,cred ca daca nu-mi atrageai tu atentia nu ma trezeam nici acum Cu placere dar fi mai atent pe viitor Quote // Desenul meu animat // Alte episoade aici: https://www.youtube.com/channel/UCF2kY1CzhHI_PCyV5LprQ1w/videos Link to comment Share on other sites More sharing options...
0 NoNamed Posted June 1, 2015 Report Share Posted June 1, 2015 (edited) Pe viitor fi mai atent, si verifica-ti pas cu pas munca pe care o termini si iti vei da seama de greseala facuta fara ajutorul nostru . Bafta ! Edited June 1, 2015 by NoNamed Quote Link to comment Share on other sites More sharing options...
Question
MrTuNNe
Salut,am inceput sa intampin o problema cu Textdrawurile mai nou...ori ce as face nu vrea sa se arate.
Am adaugat si
la OnPlayerConnect si efectiv,nu se arata...
Poate careva sa imi explice si mie ce are?
Ofer servicii de web designer/developer(contact me pentru portofoliu etc)
Metode de plata: Paysafecard,Skrill,PayPal,Bitcoin
Ofer si servicii de Penetration Testing.
Vand si VPN-uri. 5 euro pe luna
Skype: live:mrtunne.tkcode
Discord: https://mrtunne.info/discord
Link to comment
Share on other sites
9 answers to this question
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.