25.03.2010, 02:16
Random Players I'm guessing...?
OR... If you want to place the bomb at the feet of the command user then just:
pawn Код:
new Random=random(Max_Players);
if(IsPlayerConnected(Random))
{
GetPlayerPos(Random,X,Y,Z);
// Do Whatever Code Here
}
pawn Код:
GetPlayerPos(playerid,X,Y,Z);