17.12.2015, 21:58
hi guys i want to add attach object to a Police car with a siren
//this is the code
//and this is the error
//the line 4518 is from
cause of ,1 at the end to activate that siren
//this is the code
Код HTML:
police[7] = AddStaticVehicleEx(411,1526.3502,-1644.3448,5.5955,180.2262,0,1, 30000, 1); new girofar1 = CreateObject(18646,0,0,-1000,0,0,0,100); AttachObjectToVehicle(girofar1, police[7], -0.749999, 1.024999, 0.309999, 0.000000, 0.000000, 0.000000);
Код HTML:
C:\Users\StR\Desktop\star-gaming\gamemodes\gamemode.pwn(4518) : warning 202: number of arguments does not match definition
Код HTML:
police[7] = AddStaticVehicleEx(411,1526.3502,-1644.3448,5.5955,180.2262,0,1, 30000, 1);