Is it Possible now? - Printable Version
+- SA-MP Forums Archive (
https://sampforum.blast.hk)
+-- Forum: SA-MP Server (
https://sampforum.blast.hk/forumdisplay.php?fid=6)
+--- Forum: Server Support (
https://sampforum.blast.hk/forumdisplay.php?fid=19)
+--- Thread: Is it Possible now? (
/showthread.php?tid=287160)
Is it Possible now? -
$India$ - 02.10.2011
Is it possible in 0.3d R3 that we can remove objects of the San Andreas Default Single Player Map?
Re: Is it Possible now? -
payton326 - 02.10.2011
Yes but on MP not Single Players, and Red County Roleplay is already a server?
Re: Is it Possible now? -
$India$ - 02.10.2011
I know there is already a Red County Roleplay Server, But there is no rule that we cannot copy servers name..
Re: Is it Possible now? -
payton326 - 02.10.2011
You are correct there is not rule, But it shows lack of uniqueness, professionalism and creativeness.
Re: Is it Possible now? -
$India$ - 02.10.2011
How can we remove?
Re: Is it Possible now? -
payton326 - 02.10.2011
native RemoveBuildingForPlayer(playerid, modelid, Float:fX, Float:fY, Float:fZ, Float:fRadius);
Quote:
Originally Posted by $India$
Quote:
Originally Posted by payton326
Quote:
Originally Posted by $India$
Title
|
Redcountyrp.com is already a server..
|
I know and i wanna make a Server Like that.
can you help me?
|
Why would I make a server coping another server?
Re: Is it Possible now? -
$India$ - 02.10.2011
Is there anything like
native RemoveBuildingForAll(modelid, Float:fX, Float:fY, Float:fZ, Float:fRadius);
Re: Is it Possible now? -
payton326 - 02.10.2011
Not in 0.3d
Re: Is it Possible now? -
$India$ - 02.10.2011
It Means That it will remove the Object for a Particular player only, Not For all
Re: Is it Possible now? -
Generation-X - 02.10.2011
pawn Code:
foreach(Players, i)
{
if(IsPlayerConnected(i))
{
RemoveBuildingForPlayer(i, modelid, Float:fX, Float:fY, Float:fZ, Float:fRadius);
}
}
Re: Is it Possible now? -
$India$ - 02.10.2011
Thanks