Posts: 195
Threads: 14
Joined: Oct 2010
If it is an original SA object then you will need to use SAMP Map Editor, this will allow you to remove it.
Or just add these 2 lines on the OnPlayerConnect callback.
PHP код:
RemoveBuildingForPlayer(playerid, 11372, -2076.4375, -107.9297, 36.9688, 0.25);
RemoveBuildingForPlayer(playerid, 11014, -2076.4375, -107.9297, 36.9688, 0.25);
Locate the gate's id from the objects map and delete that line from the script which create this object.
Posts: 559
Threads: 50
Joined: Mar 2012
Reputation:
0
Check the object id of that object then use RemoveBuildingForPlayer OnPlayerConnect (if that is GTA SA Single Player Object)
Posts: 181
Threads: 45
Joined: Mar 2012
Reputation:
0
From where can I download SAMP Map Editor please help.In ****** it shows MTA -.-
Posts: 195
Threads: 14
Joined: Oct 2010
As I stated above, I gave you the lines of code you need to add.
PHP код:
RemoveBuildingForPlayer(playerid, 11372, -2076.4375, -107.9297, 36.9688, 0.25);
RemoveBuildingForPlayer(playerid, 11014, -2076.4375, -107.9297, 36.9688, 0.25);