About RemoveBuildingForPlayer
#2

Essentially you would just make a regular filterscript and paste the RemoveBuildingForPlayer script on it, compile it and you should be good.

pawn Код:
#include <a_samp>

#undef MAX_PLAYERS
#define MAX_PLAYERS 700 //define the max. players for your server here.


public OnFilterScriptInit() {

    print("RemoveBuilding Filterscript Initiated");
}

public OnFilterScriptExit() {

    print("RemoveBuilding Filterscript Stopped");
}

public OnPlayerConnect(playerid)
{
    // Paste your RemoveBuildingForPlayer here
}
Reply


Messages In This Thread
About RemoveBuildingForPlayer - by yarin0600 - 19.08.2012, 16:13
Re: About RemoveBuildingForPlayer - by ELiiTEJaMzZ - 19.08.2012, 16:38
Re: About RemoveBuildingForPlayer - by yarin0600 - 19.08.2012, 20:15
Re: About RemoveBuildingForPlayer - by CROSS_Hunter - 19.08.2012, 20:34

Forum Jump:


Users browsing this thread: 1 Guest(s)