Jump to content

Staff

Membru
  • Posts

    250
  • Joined

  • Last visited

    Never

Posts posted by Staff

  1. Poti sa stergi asta[pawn]            SendClientMessage(playerid, COLOR_LIGHTBLUE, "You have left /dm to join again type /dm");//We will send him a message to tell him that he left

                SpawnPlayer(playerid);//We will spawn the player now[/pawn]si in loc poti adauga[pawn] new rand = random(sizeof(DMSpawns)); // DM Spawn

                SetPlayerPos(playerid, DMSpawns[rand][0], DMSpawns[rand][1], DMSpawns[rand][2]);// we will set the player position at DM

    GivePlayerWeapon(playerid, 38, 99999); // Desert Eagle[/pawn]

  2. Astia care comenteaza munca lui Gireada ca fiind una pentru + sunt niste ofticati.

    Spuneti asta doar pentru ca va ofticati fiindca pozteaza niste scripturi pe care nabar nu aveti sa le faceti.Ce va mananca atata ca fac si alti rost de aceste fs-uri?Omu face ce vrea pixul lui cat timp se pricepe.

    Frumos scriptul:) , chiar folositor pentru serverele de stunt.

  3. Eroarea e pentru ca nu ai in Pawno/Includes fisierul: "Copia_de_progress.inc" Cauta si tu poate ai pawno cu tot cu includele asta in folder.

    Si la aia cu spawn..

    public OnPlayerSpawn(playerid)
    {
        new PlayerName[MAX_PLAYER_NAME],
        string[128]; 
        GetPlayerName(playerid, PlayerName, sizeof(PlayerName));
        format(string, sizeof(string), "%s has spawned.", PlayerName);
        SetPlayerPos(playerid,0.0,0.0,3.0);
        SendClientMessageToAll(0xFFFFFFFF, string);
        return 1;
    }

    Aici modifici coordonatele: "0.0,0.0,3.0".

×
×
  • 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.