"RemoveBuildingForPlayer" problem
#2

You need to place these lines in a callback, in this instance, OnPlayerConnect.

pawn Код:
public OnPlayerConnect(playerid)
{
    RemoveBuildingForPlayer(playerid, 1226, 2489.0859, -1744.2109, 16.2031, 0.25);
    RemoveBuildingForPlayer(playerid, 1290, 2529.9922, -1609.7109, 22.6094, 0.25);
    RemoveBuildingForPlayer(playerid, 1231, 2625.3828, -1633.1484, 25.4922, 0.25);
    return 1;
}
Reply


Messages In This Thread
"RemoveBuildingForPlayer" problem - by Craker - 18.05.2013, 12:53
Re: "RemoveBuildingForPlayer" problem - by Threshold - 18.05.2013, 13:06

Forum Jump:


Users browsing this thread: 4 Guest(s)