Jump to content
Autentificarea cu Google și Facebook nu mai este disponibilă. ×
  • 0

Probleme OBIECTE


Question

Posted

Am o problema la sv/gm va rog ajutati-ma

Toate obiectele mi se vad invizibile si daca ma apropiu de ele se vad ,dar nu clar..

plss help me

4 answers to this question

Recommended Posts

Posted

Cu trecerea pe 0.3b , s-a adaugat un nou parametru pt crearea obiectelor , anume : DrawDistance..

Probabil tu ai obiectele in genu asta

 CreateObject(2587, 2001.195679, 1547.113892, 14.283400, 0.0, 0.0, 96.0);
Ceea ce inseamna : CreateObject(modelid, X, Y, Z, RotationX, RotationY, RotationZ); Din Sa-mp 0.3b s-a adaugat si DrawDistance si CreateObject va fi : CreateObject(modelid, X, Y, Z, RotationX, RotationY, RotationZ, DrawDistance); Adica
 CreateObject(2587, 2001.195679, 1547.113892, 14.283400, 0.0, 0.0, 96.0, 100.0); 

Astfel obiectul se va vedea de la 100 metri distanta.

Sper ca te-am lamurit , nu stiu. in concluzie ... la fiecare CreateObject adauga 100.0 la sfarsit.

Guest
This topic is now closed to further replies.
×
×
  • 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.