Removing some stuffs help
#2

put Public right behind OnPlayerConnect and make sure all your RemoveBuildingForPlayer are under OnPlayerConnect

should look something like this, just place the your coordinates and model id

pawn Код:
public OnPlayerConnect(playerid)
{
    RemoveBuildingForPlayer(playerid, modelid, Float:X, Float:Y, Float:Z, Float:Radius)
    return 1;
}
Reply


Messages In This Thread
Removing some stuffs help - by LonMihawk - 12.06.2013, 02:21
Re: Removing some stuffs help - by BossZk - 12.06.2013, 02:28
Re: Removing some stuffs help - by LonMihawk - 12.06.2013, 02:43
Re: Removing some stuffs help - by BossZk - 12.06.2013, 02:52
Re: Removing some stuffs help - by LonMihawk - 12.06.2013, 02:59

Forum Jump:


Users browsing this thread: 1 Guest(s)