Is it Possible now?
#1

Is it possible in 0.3d R3 that we can remove objects of the San Andreas Default Single Player Map?
Reply
#2

Yes but on MP not Single Players, and Red County Roleplay is already a server?
Reply
#3

I know there is already a Red County Roleplay Server, But there is no rule that we cannot copy servers name..
Reply
#4

You are correct there is not rule, But it shows lack of uniqueness, professionalism and creativeness.
Reply
#5

How can we remove?
Reply
#6

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?
Reply
#7

Is there anything like
native RemoveBuildingForAll(modelid, Float:fX, Float:fY, Float:fZ, Float:fRadius);
Reply
#8

Not in 0.3d
Reply
#9

It Means That it will remove the Object for a Particular player only, Not For all
Reply
#10

pawn Code:
foreach(Players, i)
{
     if(IsPlayerConnected(i))
     {
              RemoveBuildingForPlayer(i, modelid, Float:fX, Float:fY, Float:fZ, Float:fRadius);
     }
}
Reply
#11

Thanks
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)