How to make a command that lets someone blowup a building
#9

Quote:
Originally Posted by stormchaser206
Посмотреть сообщение
How do you do it for all players?
pawn Код:
for(new p = 0; p < MAX_PLAYERS; p++)
{
    if(IsPlayerConnected(p))
    {
        RemoveBuildingForPlayer(p, modelid, fX, fY, fZ, fRadius);
    }
}
Reply


Messages In This Thread

Forum Jump:


Users browsing this thread: 1 Guest(s)