Warnings
#1

Hello how can i fix these warnings :

pawn Код:
(1041) : warning 202: number of arguments does not match definition
(1041) : warning 202: number of arguments does not match definition
(1041) : warning 202: number of arguments does not match definition
(1043) : warning 202: number of arguments does not match definition
(1043) : warning 202: number of arguments does not match definition
(1043) : warning 202: number of arguments does not match definition
pawn Код:
car1 = CreateVehicle(545,2290.9507,-67.5337,26.0736,0.0070,0,0,600);
    car1text = Create3DTextLabel( "car - ComptonNigga", COLOR_RED, 0.0, 0.0, 0.0, 50.0, 0, 1 );
    taxi1 = CreateObject(19311, 2290.60962, -57.55190, 27.13850); //41 line
    Attach3DTextLabelToVehicle( car1text, car1, 0.0, 0.0, 0.0);
    AttachObjectToVehicle(taxi1, car1, 2290.60962, -57.55190, 27.13850); // 43 line
Reply


Messages In This Thread
Warnings - by JayceonTaylor - 21.07.2013, 06:46
Re: Warnings - by mahdi499 - 21.07.2013, 06:54
Re: Warnings - by Aerotactics - 21.07.2013, 06:54
Re : Warnings - by JayceonTaylor - 21.07.2013, 07:07
Re : Warnings - by JayceonTaylor - 21.07.2013, 08:36

Forum Jump:


Users browsing this thread: 1 Guest(s)