Removebulding error
#2

Wherever you have this placed under, doesn't have the parameter playerid. Pretty self explanatory.

Place this under OnPlayerConnect, so that when the player connect, it is removed. Like so:

pawn Код:
public OnPlayerConnect(playerid)
{
    RemoveBuildingForPlayer(playerid, 1283, 1528.9531, -1605.8594, 15.6250, 0.25);
    //Rest of codes
    return 1;
}
Reply


Messages In This Thread
Removebulding error - by Cowling - 17.06.2012, 14:05
Re: Removebulding error - by Kindred - 17.06.2012, 14:15
Re: Removebulding error - by Cowling - 17.06.2012, 14:59
Re: Removebulding error - by Cowling - 17.06.2012, 15:16
Re: Removebulding error - by Cowling - 17.06.2012, 15:19

Forum Jump:


Users browsing this thread: 1 Guest(s)