Destroy Building!!!
#1

Please see the video below and please help me.


http://*********/P1V5aJ6cm9w


The building contained in the video briefly disappear and reappear, I want the building to disappear and not show up again. anyone can help?
Reply
#2

https://sampwiki.blast.hk/wiki/RemoveBuildingForPlayer
Reply
#3

use Jernejl's Map Constructor, Delete the building. Press ShowCode put it OnPlayerCOnnect in your script
Reply
#4

Jernejl's Map Constructor application or not?
Reply
#5

I'am use
Код:
RemoveBuildingForPlayer(playerid, 615, 0.0, 0.0, 0.0, 200.0);
But the building is sometimes disappear.
Reply
#6

Make a filterscript of your code like .. :
pawn Код:
public OnPlayerConnect (playerid)
{
RemoveBuildingForPlayer(playerid, 615, 0.0, 0.0, 0.0, 200.0);
return 1;
}
You need to add your Map codes on top of this,
pawn Код:
#include <a_samp>
#include streamer

public OnFilterScriptInit()
{
    print("\n--------------------------------------");
    print(" Loading Mappings...");
    print("---------------------------------------/n");
  // Add mappings bellow

return 1;
}
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)