Create3DTextLabel
#5

You don't need a player ID parameter for that label. So, instead of this:

pawn Код:
for(new i=0;i<MAX_PLAYERS;i++)
    {
    evac[i] = Create3DTextLabel("Evacuation Point", 0xCCFF99FF,Map[CPx],Map[CPy],Map[CPz], 40.0, 0, 0);
        }
Do this:

pawn Код:
new Text3D:evac; // top of script
evac = Create3DTextLabel("Evacuation Point", 0xCCFF99FF,Map[CPx],Map[CPy],Map[CPz], 40.0, 0, 0);
Reply


Messages In This Thread
Create3DTextLabel - by Blackazur - 05.04.2013, 19:46
Re: Create3DTextLabel - by Scenario - 05.04.2013, 19:49
Re: Create3DTextLabel - by L.Hudson - 05.04.2013, 19:49
AW: Re: Create3DTextLabel - by Blackazur - 05.04.2013, 19:51
Re: Create3DTextLabel - by Scenario - 05.04.2013, 20:03

Forum Jump:


Users browsing this thread: 2 Guest(s)