Quote:
Originally Posted by SoFahim
Use this type:
PHP код:
RemoveBuildings(playerid)
{
RemoveBuildingForPlayer(playerid, 6479, 585.2813, -1456.7188, 45.8984, 0.25);
RemoveBuildingForPlayer(playerid, 6371, 585.2813, -1456.7188, 45.8984, 0.25);
}
After this put this line in the GameModeInit
Код:
RemoveBuildings(playerid);
|
OnGamemodeInit doesn't have a playerid variable!