24.09.2011, 13:53
(
Последний раз редактировалось OKStyle; 26.09.2011 в 03:57.
)
Quote:
PVars are not necessarily in this case. They use a lot of resources. Is better a normal variable.
|
Btw, when a player in map view, the other players can see it ... How do we make sure that does not see it? Maybe it is better for the earth TP (-50 under career)? Since in another virtual world, he sees no cars, no players.
I'm tested it, -70.0 - best solution. And, with MapAndreas plugin we can do:
pawn Код:
new Float:x, Float:y, Float:z;
GetPlayerPos(playerid, x, y, z);
MapAndreas_FindZ_For2DCoord(x, y, z);
SetPlayerPos(mapX[playerid], mapY[playerid], z - 2.0);