RemoveBuildForPlayer Problem
#4

RemoveObjs(playerid)
{
RemoveBuildingForPlayer(...);
}



OnPlayerLogin(playerid) // or any other callback which is called only once.
{
RemoveObjs(playerid);
}


You HAVE to use it after onplayerconnect as its not a global function, its for player, as server can't remove object from my game, before I have connected to your server.
Reply


Messages In This Thread
RemoveBuildForPlayer Problem - by robertforyou - 06.02.2014, 10:45
Re: RemoveBuildForPlayer Problem - by Don_Cage - 06.02.2014, 10:51
Re: RemoveBuildForPlayer Problem - by milanosie - 06.02.2014, 10:51
Re: RemoveBuildForPlayer Problem - by ikey07 - 06.02.2014, 10:54
Re: RemoveBuildForPlayer Problem - by robertforyou - 06.02.2014, 11:10
Re: RemoveBuildForPlayer Problem - by Don_Cage - 06.02.2014, 11:12
Re: RemoveBuildForPlayer Problem - by robertforyou - 06.02.2014, 11:17
Re: RemoveBuildForPlayer Problem - by Don_Cage - 06.02.2014, 11:21
Re: RemoveBuildForPlayer Problem - by robertforyou - 06.02.2014, 11:31
Re: RemoveBuildForPlayer Problem - by Don_Cage - 06.02.2014, 11:39

Forum Jump:


Users browsing this thread: 3 Guest(s)