Jump to content
  • 0

3 Questions


Guest YazoHoo

Question

Guest YazoHoo

Deci cele trei intrebari pe care vreau sa vi le pun sunt :

1.Cum pot mari/micsora distanta de la care sunt vizibile numele playerilor ?

2.Cu as putea face ca masinile sa nu se mai respawneze singure . Ex : Las Masina aici si daca nu se da /rac , /gmx /rcon gmx , sa  gasesc acolo si peste 2 zile .

3.Exista vreo modalitate de a afla pozitiile de pe ecran pentru textdraw'uri ? In afara de TextDraw Maker , deoarece acela are doar 5 pozitii .

Link to comment
Share on other sites

4 answers to this question

Recommended Posts

Guest farse

1.SetNameTagDrawDistance( distanta ); http://wiki.sa-mp.com/wiki/SetNameTagDrawDistance

2.in loc de AddStaticVehicleEx/CreateVehicle pui AddStaticVehicle (o sa zica ceva de respawn.. foloseste asta:

#define AddStaticVehicle AddStaticVehicle2 //asta la inceputul modului,dupa #include
stock AddStaticVehicle2(model,Float:X,Float:Y,Float:Z,Float:Angle,color1,color2,distance=100)//asta unde vrei..
{
#pragma unused distance
return AddStaticVehicle(model,X,Y,Z,Angle,color1,color2);
}

)

3.da,creezi un nou proiect in PS cu dimensiunile 640x480 si intrun colt(nu stiu unde) o sa arata la cat X si la cat Y esti.

Daca vrei un fs,poti folosi In Game TextDraw

Link to comment
Share on other sites

Guest
This topic is now closed to further replies.
  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue. For more details you can also review our Terms of Use and Privacy Policy.