SA-MP Forums Archive
[Map] Las Venturas PD Wall At Garage - 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: Filterscripts (https://sampforum.blast.hk/forumdisplay.php?fid=17)
+---- Forum: Maps (https://sampforum.blast.hk/forumdisplay.php?fid=64)
+---- Thread: [Map] Las Venturas PD Wall At Garage (/showthread.php?tid=407854)



Las Venturas PD Wall At Garage - BodyBoardVEVO - 15.01.2013

I was just bored, so i created this things fast.

Screens:





pawn Код:
#include <a_samp>

public OnFilterScriptInit()
{
//Objects Of LVPD
    CreateObject(19454, 2242.23, 2430.48, 12.27,   0.00, 0.00, 90.00);
    CreateObject(19454, 2237.48, 2435.22, 12.27,   0.00, 0.00, 0.00);
    CreateObject(19454, 2242.23, 2430.48, 15.27,   0.00, 0.00, 90.00);
    CreateObject(19454, 2237.48, 2435.22, 15.27,   0.00, 0.00, 0.00);
    CreateObject(19454, 2237.48, 2443.24, 12.27,   0.00, 0.00, 0.00);
    CreateObject(19454, 2237.48, 2443.26, 15.27,   0.00, 0.00, 0.00);
    CreateObject(19454, 22.48, 2443.26, 12.27,   0.00, 0.00, 0.00);
    CreateObject(19454, 2237.48, 2462.99, 12.27,   0.00, 0.00, 0.00);
    CreateObject(19454, 2237.48, 2471.99, 12.27,   0.00, 0.00, 0.00);
    CreateObject(19454, 2237.48, 2462.99, 15.27,   0.00, 0.00, 0.00);
    CreateObject(19454, 2237.48, 2471.99, 15.27,   0.00, 0.00, 0.00);
    CreateObject(19454, 2237.48, 2480.97, 12.27,   0.00, 0.00, 0.00);
    CreateObject(19454, 2237.48, 2480.99, 15.27,   0.00, 0.00, 0.00);
    CreateObject(19454, 2237.48, 2489.97, 12.27,   0.00, 0.00, 0.00);
    CreateObject(19454, 2237.48, 2489.97, 15.27,   0.00, 0.00, 0.00);
    CreateObject(19454, 2237.48, 2498.07, 12.27,   0.00, 0.00, 0.00);
    CreateObject(19454, 2237.48, 2498.07, 15.27,   0.00, 0.00, 0.00);
    CreateObject(19454, 2242.21, 2502.78, 12.27,   0.00, 0.00, 90.00);
    CreateObject(19454, 2242.22, 2502.78, 15.27,   0.00, 0.00, 90.00);
    CreateObject(19454, 2251.22, 2502.78, 12.27,   0.00, 0.00, 90.00);
    CreateObject(19454, 2251.22, 2502.78, 15.27,   0.00, 0.00, 90.00);
    CreateObject(19454, 2251.22, 251.68, 12.27,   0.00, 0.00, 90.00);
    CreateObject(19454, 2260.22, 2502.78, 12.27,   0.00, 0.00, 90.00);
    CreateObject(19454, 2260.22, 2502.78, 15.27,   0.00, 0.00, 90.00);
    CreateObject(19454, 2269.22, 2502.78, 12.27,   0.00, 0.00, 90.00);
    CreateObject(19454, 2269.22, 2502.78, 15.27,   0.00, 0.00, 90.00);
    CreateObject(19454, 2278.22, 2502.78, 12.27,   0.00, 0.00, 90.00);
    CreateObject(19454, 2278.22, 2502.78, 15.27,   0.00, 0.00, 90.00);
    CreateObject(19454, 2287.22, 2502.78, 12.27,   0.00, 0.00, 90.00);
    CreateObject(19454, 2287.22, 2502.78, 15.27,   0.00, 0.00, 90.00);
    CreateObject(19454, 2290.24, 2502.78, 12.27,   0.00, 0.00, 90.00);
    CreateObject(19454, 2289.00, 2502.78, 15.27,   0.00, 0.00, 90.00);
    return 1;
}
public OnPlayerConnect(playerid)
{
RemoveBuildingForPlayer(playerid, 7213, 2265.6953, 2466.7891, 11.5391, 0.25);
    return 1;
}