Mapping problem +REP -
BadJih - 01.09.2017
Hi guys,
i added some maps with remove...forplay... to the server..
it's
displaying in game but the
problem is it disapear when
u are not near it but when u come near it it display again and that is annoying !
Re: Mapping problem +REP -
crukk11 - 01.09.2017
Are you use stremer
Re: Mapping problem +REP -
FuNkYTheGreat - 01.09.2017
Код:
CreateDynamicObject(modelid, Float:x, Float:y, Float:z, Float:rx, Float:ry, Float:rz, worldid = -1, interiorid = -1, playerid = -1, Float:streamdistance = 300.0);
Change streamdistance to your needs, default is 300.0,
Re: Mapping problem +REP -
crukk11 - 01.09.2017
If so,Change streamdistance like FuNkYTheGreat say
Re: Mapping problem +REP -
BadJih - 01.09.2017
is there any way to change all the streamdistance to all objects ?
Re: Mapping problem +REP -
crukk11 - 01.09.2017
Use ctrl +h to replace all.
Re: Mapping problem +REP -
BadJih - 01.09.2017
Quote:
Originally Posted by crukk11
Use ctrl +h to replace all.
|
hmmm, they are diffirent ...
some have 0.0000
some others have ... diffirent..
Re: Mapping problem +REP -
crukk11 - 01.09.2017
You make it in manual.i hope your object not many
Re: Mapping problem +REP -
BadJih - 01.09.2017
Quote:
Originally Posted by crukk11
You make it in manual.i hope your object not many
|
i want an other way to apply for all createdenymiqobject...
Re: Mapping problem +REP -
mongi - 01.09.2017
Quote:
Originally Posted by BadJih
i want an other way to apply for all createdenymiqobject...
|
The only way that i can give is moving all the createdenymiqobject lines to NP++ then make a list (wrtie them on a paper maybe) with the ranges that you have.
Example
0.0000
5.0000
10
Then just replace the numbers. To evade changing any other numbers except the ranges, Add a ");" at the end.
Example
replace: "0.0000);" with "5000.0000);"
Then copy past to your pawn file. Else? Do it manually.