02.01.2012, 17:35
Quote:
|
Originally Posted by https://sampwiki.blast.hk/wiki/RemoveBuildingForPlayer
public OnPlayerConnect(playerid)
{ // When the player connects model "615" which is veg_tree3 will be deleted within a range of 200.0 // from the point: 0.0, 0.0, 0.0, which is the center of San Andreas. RemoveBuildingForPlayer(playerid, 615, 0.0, 0.0, 0.0, 200.0); return 1; } |

