[HELP] with filterscript
#5

pawn Код:
public OnFilterScriptInit()
{
    print("\n--------------------------------------");
    print(" Blank Filterscript by your name here");
    print("--------------------------------------\n");
    return 1;
}
public OnPlayerConnect(playerid)
{
RemoveBuildingForPlayer(playerid, 6105, 1223.7188, -1616.3203, 19.1172, 0.25);
RemoveBuildingForPlayer(playerid, 6106, 1226.9531, -1656.1563, 24.7734, 0.25);
RemoveBuildingForPlayer(playerid, 6149, 1170.0781, -1668.5625, 18.9219, 0.25);
RemoveBuildingForPlayer(playerid, 6196, 1225.3359, -1642.7500, 25.1016, 0.25);
RemoveBuildingForPlayer(playerid, 1525, 1271.4844, -1662.3203, 20.2500, 0.25);
RemoveBuildingForPlayer(playerid, 647, 1190.9844, -1686.3125, 13.0938, 0.25);
RemoveBuildingForPlayer(playerid, 647, 1190.9844, -1691.3906, 13.0938, 0.25);
RemoveBuildingForPlayer(playerid, 620, 1191.7891, -1691.9063, 12.0156, 0.25);
//and more
return 1;
}
Reply


Messages In This Thread
[HELP] with filterscript - by Stefand - 31.05.2012, 14:25
Re: [HELP] with filterscript - by MP2 - 31.05.2012, 14:28
Re: [HELP] with filterscript - by pasha97 - 31.05.2012, 14:32
Re: [HELP] with filterscript - by mati233 - 31.05.2012, 14:32
Re: [HELP] with filterscript - by Skaizo - 31.05.2012, 15:09

Forum Jump:


Users browsing this thread: 2 Guest(s)