DynamicCP problem
#5

Here is the code that includes the CPIndex

PHP код:
new CPIndex[MAX_CHECKPOINT][3], Text3D:CPLabel[MAX_CHECKPOINT][3][2];
forward DynamicCPs();
public 
DynamicCPs()
{
    new 
0;
    while(
MAX_CHECKPOINT)
    {
        
CPIndex[i][0] = CreateDynamicCP(CPData[i][EnterLoc][0], CPData[i][EnterLoc][1], CPData[i][EnterLoc][2], 1.5, -1, -1, -1100.0);
        
CPIndex[i][1] = CreateDynamicCP(CPData[i][ExitLoc][0], CPData[i][ExitLoc][1], CPData[i][ExitLoc][2], 1.5CPData[i][World], CPData[i][Interior], -1100.0);
        
CPLabel[i][0][0] = Create3DTextLabel("WELCOME TO"0x00FF00FFCPData[i][EnterLoc][0], CPData[i][EnterLoc][1], CPData[i][EnterLoc][2] + 0.225.001);
        
CPLabel[i][0][1] = Create3DTextLabel(CPData[i][SName], 0x0000FFFFCPData[i][EnterLoc][0], CPData[i][EnterLoc][1], CPData[i][EnterLoc][2] + 0.0525.001);
        
CPLabel[i][1][0] = Create3DTextLabel("YOU WERE AT"0x00FF00FFCPData[i][ExitLoc][0], CPData[i][ExitLoc][1], CPData[i][ExitLoc][2] + 0.27.5CPData[i][World], 1);
        
CPLabel[i][1][1] = Create3DTextLabel(CPData[i][SName], 0x0000FFFFCPData[i][ExitLoc][0], CPData[i][ExitLoc][1], CPData[i][ExitLoc][2] + 0.057.5CPData[i][World], 1);
        
i++;
    }

Reply


Messages In This Thread
DynamicCP problem - by Quinncell - 19.07.2016, 12:13
Re: DynamicCP problem - by Quinncell - 19.07.2016, 12:31
Re: DynamicCP problem - by Quinncell - 19.07.2016, 13:33
Re: DynamicCP problem - by Sew_Sumi - 19.07.2016, 13:46
Re: DynamicCP problem - by Quinncell - 19.07.2016, 13:52
Re: DynamicCP problem - by RIDE2DAY - 19.07.2016, 14:06
Re: DynamicCP problem - by Sew_Sumi - 19.07.2016, 14:06
Re: DynamicCP problem - by Quinncell - 19.07.2016, 14:18
Re: DynamicCP problem - by Sew_Sumi - 19.07.2016, 14:31
Re: DynamicCP problem - by Quinncell - 19.07.2016, 15:35

Forum Jump:


Users browsing this thread: 2 Guest(s)