Jump to content

Question

Posted

Salut! :D

Cand ma teleportez in zone de dm cum ar fi minigun 1-3,sniper, war etc,si mor ma da in alta zona (sfair,grov,lv si altele) ,si dupaia dupa ce ma teleporat in una din zonele alea si vreau sa scriu alta comanda zice ca sunt in zona de dm si sa scriu exitm.Dau /exitm si imi zice ca am iesit din zona de DM. :undecided:

Cum fac asa fel in cat cadn ma omoara cineva in zone de dm sa ma dea inapoi? :(( :((

200r807.gif

2 answers to this question

Recommended Posts

Posted

inapoi unde ? in zona dm? arata coordonatele

if(!strcmp(cmdtext, "/minigun", true))
	{
	ResetPlayerWeapons(playerid);
	DM[playerid] = 1;
	InMinigun[playerid] = 1;
	SetPlayerRandomSpawnMinigun(playerid);
	GivePlayerWeapon(playerid,38 , 9999);
	GameTextForPlayer(playerid,"~r~~h~WeLcOmE To MiNiGuN",3000,5);
    GetPlayerName(playerid, pname, sizeof (pname));
    format(string3, sizeof(string3),"%s HaS GoNe To MiNiGuN ~r~(/minigun)~p~", pname);
    TextDrawDestroy(Text:Reclama);
    Reclama = TextDrawCreate(250.000000, 435.000000, " ");
    TextDrawFont(Reclama, 1);
    TextDrawLetterSize(Reclama, 0.300000, 1.000000);
    TextDrawColor(Reclama, 0x00C2ECFF);
    TextDrawSetOutline(Reclama, 1);
    TextDrawSetProportional(Reclama, 1);
    TextDrawSetShadow(Reclama, 1);
    TextDrawShowForAll(Reclama);
    TextDrawSetString(Reclama, string3);
    SetTimer("reclamatime",10000,false);
	SetPlayerFacingAngle(playerid, 0.0);
	SetPlayerInterior(playerid, 0);
	SetPlayerWorldBounds(playerid, 1439.348, 1271.44, 2235.263, 2080.541);
	SendClientMessage(playerid, 0x6AF7E1FF, " If you are caught fire zone STUNT These weapons MAKE JAIL / kick / ban permanently!");
	SendClientMessage(playerid,COLOR_GREEN, "If you want to get out of DM use the command /exitdm!");
	return 1;
	}

200r807.gif
Guest
This topic is now closed to further replies.
×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue. For more details you can also review our Terms of Use and Privacy Policy.