Help RemoveBuilding Map
#1

I want to create some default RemoveBuilding, when I joined the game, and use the command to load it, someone can help me this problem thanks.
Reply
#2

Help .
Reply
#3

Hmm ithink you cant do that you cant use command to unload building because it will error so use filterscript and add remove building command or add it on ongamemodeinit
If this helpful give me +rep

Sorry for my bad english
Reply
#4

You should use OnPlayerConnect to use RemoveBuildingForPlayer, for example:
pawn Код:
public OnPlayerConnect(playerid)
{
    RemoveBuildingForPlayer(playerid, 1372, 0.0, 0.0, 0.0, 100.0);
    return 1;
}
What this does, is when the player connects, it removes the Building or Object placed in the default San Andreas for them.
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)