Error in script (rep+)
#8

pawn Code:
vid = House_AddVehicle(HouseID, cModel, cPaint, cComponents, cx, cy, cz, crot, Col1, Col2);
    new string[50];
    format(string, 50, "Owner:{77FF00}%s",AVehicleData[vid][Owner]);
    if(_:AVehicleData[vid][ZaText] != 0) Update3DTextLabelText(AVehicleData[vid][ZaText], 0xFFFFFFFF, string);
    else
    {
        AVehicleData[vid][ZaText] = Create3DTextLabel(string,0xFF0000FF,cx,cy,cz,40,1);
        Attach3DTextLabelToVehicle(AVehicleData[vid][ZaText],vid,0.0,0.0,0.4);
    }

?
Reply


Messages In This Thread
Error in script (rep+) - by SomebodyAndMe - 19.12.2011, 05:14
Re: Error in script (rep+) - by Steven82 - 19.12.2011, 05:21
Re: Error in script (rep+) - by xxmitsu - 19.12.2011, 05:22
Re: Error in script (rep+) - by SomebodyAndMe - 19.12.2011, 05:31
Re: Error in script (rep+) - by xxmitsu - 19.12.2011, 05:36
Re: Error in script (rep+) - by SomebodyAndMe - 19.12.2011, 05:39
Re: Error in script (rep+) - by SomebodyAndMe - 19.12.2011, 05:46
Re: Error in script (rep+) - by xxmitsu - 19.12.2011, 05:57
Re: Error in script (rep+) - by [MG]Dimi - 19.12.2011, 05:58
Re: Error in script (rep+) - by SomebodyAndMe - 19.12.2011, 06:37

Forum Jump:


Users browsing this thread: 1 Guest(s)