05.04.2013, 19:46
Hello, i've have an question the question is that the 3d Text Label lag, when Players or i near it, here is the Code:
Why is that so? How to fix it?
Код:
foreach(Player,i) SetPlayerCheckpoint(i,Map[CPx],Map[CPy],Map[CPz],6.0); for(new i=0;i<MAX_PLAYERS;i++) { evac[i] = Create3DTextLabel("Evacuation Point", 0xCCFF99FF,Map[CPx],Map[CPy],Map[CPz], 40.0, 0, 0); }