Plz Help Me !@#$@%$&
#4

/flip and /afk are very very easy you can find them with the search button.

heres better way for random spawn than that confusing array....

Код:
 if(IsPlayerInAnyVehicle(playerid)) {
  SendClientMessage(playerid, COLOR_ERROR, "You cannot teleport with a car");//optional
  return 1;
  }
	new dmrand = random(100);
 	if(dmrand >=0 && dmrand <=50) {  // 50/50 chance
 	SetPlayerPos(playerid, yourcoords here);
    SetPlayerFacingAngle(playerid, angle here);
    SendClientMessageToAll(playerid, COLOR_RED, "A player has used /dm");
	return 1;
 	}
  if(dmrand >=51 && dmrand <=100)
	{
	SetPlayerPos(playerid, youotherdmrcoords here);
    SetPlayerFacingAngle(playerid, otherangle here);
    SendClientMessageToAll(playerid, COLOR_RED, "A player has used /dm");
	return 1;
Reply


Messages In This Thread
Plz Help Me !@#$@%$& - by _System_ - 05.03.2009, 13:06
Re: Plz Help Me !@#$@%$& - by [RP]Rav - 05.03.2009, 13:07
Re: Plz Help Me !@#$@%$& - by Daren_Jacobson - 05.03.2009, 13:57
Re: Plz Help Me !@#$@%$& - by Jason_Borne - 06.04.2009, 03:12
Re: Plz Help Me !@#$@%$& - by dre$tA - 06.04.2009, 04:36

Forum Jump:


Users browsing this thread: 2 Guest(s)