Mapping help.
#3

As Ilearner said, thanks to him,
put the RemoveBuildingForPlayer under OnPlayerConnect.
Example:
PHP код:
public OnPlayerConnect(playerid)
{
    
// When the player connects, objects with model 615 will be removed within a
    // range of 200.0 from the point 0.0, 0.0, 0.0, which is the center of San Andreas.
    
RemoveBuildingForPlayer(playerid6150.00.00.0200.0);
    return 
1;

If it's DesroyObject function you don't need to destroy something you've added ! :/
Reply


Messages In This Thread
Mapping help. - by schoolboy - 11.01.2017, 22:04
Re: Mapping help. - by iLearner - 11.01.2017, 22:16
Re: Mapping help. - by YouHack - 11.01.2017, 22:23
Re: Mapping help. - by schoolboy - 12.01.2017, 02:01
Re: Mapping help. - by darkdrago - 12.01.2017, 03:49
Re: Mapping help. - by schoolboy - 12.01.2017, 17:53
Re: Mapping help. - by darkdrago - 12.01.2017, 17:56

Forum Jump:


Users browsing this thread: 1 Guest(s)