[Pedido] Arrumar!
#1

Ola galera eu crie um tele de /x1 para meu servidor e agora to querendo uma ajuda de vocкs
se alguem poder me ajuda!

й o seguinte crie esse tele aqui para /x1 porem quero que apenas 2 pessoas consiga ir nele e quando um matar outro
apareзa tal player venceu tal player e os 2 dao spawm!

O Code й esse!

Код:
//================================================================================

   if(strcmp(cmdtext, "/x1", true) == 0) {
	{
        new pname[MAX_PLAYER_NAME];
        GetPlayerName(playerid, pname, MAX_PLAYER_NAME);
        format(string, sizeof(string), "%s Foi Duelar no {FFFFFF} [/X1]", pname);
        SendClientMessageToAll(0x00FF00FF, string);
        SetPlayerInterior(playerid,0);
        SetPlayerPos(playerid,-1375.2474,1232.8445,1039.8672);
        SetPlayerFacingAngle(playerid,190.9207);
		SetPlayerInterior(playerid,16);
		SetPlayerVirtualWorld(playerid, 10);
		ResetPlayerWeapons(playerid);
		GivePlayerWeapon(playerid, 28, 9999);
		GivePlayerWeapon(playerid, 22, 9999);
		GivePlayerWeapon(playerid, 26, 9999);
		PlayerPlaySound(playerid, 1133, 0.0, 0.0, 0.0);
	}
    return 1;
}
//==================================================================================
Alguem poderia adpetar para que funcione desse jeito que disse acima?
Reply


Messages In This Thread
Arrumar! - by Wakayama - 21.10.2013, 15:25
Re: Arrumar! - by PT - 21.10.2013, 16:03
Re: Arrumar! - by Wakayama - 21.10.2013, 16:41
Re: Arrumar! - by PT - 21.10.2013, 17:00
Re: Arrumar! - by Wakayama - 21.10.2013, 19:22

Forum Jump:


Users browsing this thread: 1 Guest(s)