Quote:
Originally Posted by $$inSane
use this line in :
PHP код:
public OnGameModeInit()
{
RemoveBuildingForPlayer(playerid, //Here ur building id and its cordinates);
return 1;
}
|
It's to be used on OnPlayerConnect and not on OnGameModeInit callback.On a side note, use
funky's include, exclusively made for that purpose.