SA-MP Forums Archive
Can someone explain? - Printable Version

+- SA-MP Forums Archive (https://sampforum.blast.hk)
+-- Forum: SA-MP Scripting and Plugins (https://sampforum.blast.hk/forumdisplay.php?fid=8)
+--- Forum: Scripting Help (https://sampforum.blast.hk/forumdisplay.php?fid=12)
+---- Forum: Help Archive (https://sampforum.blast.hk/forumdisplay.php?fid=89)
+---- Thread: Can someone explain? (/showthread.php?tid=253757)



Can someone explain? - lsrgta - 07.05.2011

.........


Re: Can someone explain? - MadeMan - 07.05.2011

Remove these

pawn Код:
#if defined FILTERSCRIPT
#endif



Re: Can someone explain? - linuxthefish - 07.05.2011

pawn Код:
#include <a_samp>

public OnFilterScriptInit()
{
    AddStaticVehicle(522,2796.0242,-1571.8405,10.4870,271.8347,1,1);
    AddStaticVehicle(522,2796.1746,-1575.8713,10.4694,270.9300,1,1);
    AddStaticVehicle(461,2796.1514,-1584.9053,10.5263,272.2281,1,1);
    AddStaticVehicle(461,2796.1655,-1588.9225,10.5099,268.0545,1,1);
    AddStaticVehicle(562,2795.9612,-1580.4926,10.5866,269.7886,0,0);
    return 1;
}



Re: Can someone explain? - lsrgta - 07.05.2011

Thanks, testing now!


Re: Can someone explain? - lsrgta - 07.05.2011

It worked, thanks a lot!


Re: Can someone explain? - lsrgta - 07.05.2011

Does anyone know how to lock those vehicles to a certain gang?