12.09.2013, 11:50
(
Последний раз редактировалось AnonScripter; 12.09.2013 в 11:53.
Причина: Colors are so light for the quistions!
)
Hey all i have a small problems and hope somebody help.
1) How to remove this marker??

2) How we can increase the "disappearing distance" for dynamic map icons??
i put some of dynamic map icons in my script but while u are in game, it disappears quickly if i move some centimeters away from it, so how to increase the distance??
3) How can i make the teleport command teleports me into some store?? , i have this:
The position is into a cluckin bill store, but it teleports me through the air:
1) How to remove this marker??

2) How we can increase the "disappearing distance" for dynamic map icons??
i put some of dynamic map icons in my script but while u are in game, it disappears quickly if i move some centimeters away from it, so how to increase the distance??

3) How can i make the teleport command teleports me into some store?? , i have this:
Код:
if (strcmp("/cluckin", cmdtext, true, 10) == 0) { SetPlayerPos(playerid,365.6730,-10.7132,1001.8516); return 1; }
