beginscript; label Start: label cam1: if ( PlayerInArea(9056, 4279, 100) ) { ChangeCamera(0x802,30,30); // ChangeCamOnButton(0x802,30,30); TriggerMessage(0,h0,0xffff); // add VZ truck here SetVar(0, GetTime()+30); EndFrame(); goto TimeWait; } EndFrame(); goto cam1; label TimeWait: if (GetVar(0) > GetTime()) { EndFrame(); goto TimeWait; } label Cameraz: { ChangeCamera(0x803,30,30); // ChangeCamOnButton(0x803,30,30); SetVar(0, GetTime()+30); EndFrame(); goto TimeWait1; } EndFrame(); goto Cameraz; label TimeWait1: if (GetVar(0) > GetTime()) { EndFrame(); goto TimeWait1; } label Cameray: { ChangeCamera(0x804,30,30); // ChangeCamOnButton(0x804,30,30); SetVar(0, GetTime()+30); EndFrame(); goto TimeWait2; } EndFrame(); goto Cameray; label TimeWait2: if (GetVar(0) > GetTime()) { EndFrame(); goto TimeWait2; } label Camerax: { ChangeCamera(0x801,30,30); ResumePlayer(); EndFrame(); goto End; } label End: EndFrame(); goto End; endscript; $