Quote:
Originally Posted by The_Gangstas
very nice, good job.
why are u doing this 3 times?
pawn Код:
AttachObjectToVehicle(spotlight[playerid][0],carid,0,0,spotlightpos[playerid][0],spotlightpos[playerid][1],0,spotlightpos[playerid][2]); AttachObjectToVehicle(spotlight[playerid][1],carid,0,0,spotlightpos[playerid][0],spotlightpos[playerid][1],0,spotlightpos[playerid][2]); AttachObjectToVehicle(spotlight[playerid][2],carid,0,0,spotlightpos[playerid][0],spotlightpos[playerid][1],0,spotlightpos[playerid][2]);
|
Three different objects...
pawn Код:
spotlight[playerid][0] = CreateObject(2888,0,0,0,0,0,0);
spotlight[playerid][1] = CreateObject(2887,0,0,0,0,0,0);
spotlight[playerid][2] = CreateObject(spotlightob[playerid],0,0,0,0,0,0);
-------------------------------------
Quote:
Originally Posted by -Tony-
i Get allot of errors like
And im using a server almost liek ravens roleplay
pleas help
thanks
|
You need 0.3c