Jump to content

JaneeK

Uživatel
  • Příspěvků

    113
  • Registrován

  • Aktivní

Příspěvky posted by JaneeK

  1. Steam - Smluvní podmínky

     

    Podmínka Official ENG

    You may not sell or charge others for the right to use your Account, or otherwise transfer your Account, nor may you sell, charge others for the right to use, or transfer any Subscriptions other than if and as expressly permitted by this Agreement (including any Subscription Terms or Rules of Use)

     

      Klikni---->  Odkaz   <----Klikni

     

    Zde opravdu nebudu podporovat porušování podmínek služby Steam.


    By Polis_Polismanovic.

  2. CMD:getall(playerid, params[])
    {
    	if(IsPlayerAdmin(playerid)) return SendClientMessage(playerid, -1, "{FF0000}[SERVER] Nejsi admin!");
    	{
    		new Float:X, Float:Y, Float:Z, Interier, VW, String[256];
    		GetPlayerPos(playerid, X, Y, Z);
    		GetPlayerInterior(playerid);
    		GetPlayerVirtualWorld(playerid);
    		for(new i = 0; i < MAX_PLAYERS; i++)
    		{
    			SetPlayerPos(i, X, Y, Z);
    			SetPlayerInterior(i, Interier);
    			SetPlayerVirtualWorld(i, VW);
    		}
    		new Name[MAX_PLAYER_NAME];
    		GetPlayerName(playerid, Name, sizeof(Name));
    		format(String, sizeof(String), "{FF0000}[SERVER] Administrátor %s portnul všechny hráče k sobě!", Name);
    		SendClientMessageToAll(playerid, String);
    	}
    	return 1;
    }
    

    Nevim jestli to funguje ale mělo by

     

    //EDIT: Teď už by to mělo bejt ok

  3. Ahoj, prosím pomozte mi to opravit :d Děkuju:

    public PickupTP(playerid)
    {
    	if(IsPlayerInRangeOfPoint(playerid, 1, 12.0070,-257.2916,5.4297))
    	{
    		SendClientMessage(playerid, 0x0000FFFF,"Odwarpoval jsi se do Los Santos");
    		WarpPlayer(playerid, 2494.7429,-1667.5160,13.3438,93.3111,0);
    	}
    	else
    	{
    		if(IsPlayerInRangeOfPoint(playerid, 1, 12.0888,-244.8409,5.4297))
    		{
    			SendClientMessage(playerid, 0x0000FFFF,"Odwarpoval jsi se do San Fiero");
    			WarpPlayer(playerid, -1979.0313,883.9550,45.2031,89.5489,0);
    		}
    	}
    	else
    	{
     		if(IsPlayerInRangeOfPoint(playerid, 1, 12.1513,-232.6030,5.4297))
      		{
    			SendClientMessage(playerid, 0x0000FFFF,"Odwarpoval jsi se do Las Venturas");
    			WarpPlayer(playerid, 2168.1653,1679.6931,10.8203,88.5087,0);
    		}
    	}
    	return 1;
    }
    

    Error je to ten řádek na kterym je to druhý else

    (6904) : error 029: invalid expression, assumed zero

     

    Děkujuu :)

     

  4. Ahoj, mám problém, mám vytvořenou banku. Když vejdu do pickupu banky tak mi to vyhodí Dialog kde jsou tyto možnosti Vybrat/Vložit/Stav.. Když vejdu na pickup chci aby mi to furt neobnovovalo ten Dialog protože když dám vložit a mám zadat částku tak mi to za chvíli zase vyhodí zpět do hlavního dialogu banky. Děkuji za rady :)

×
×
  • Create New...