Jump to content

qaz.LEGENDARU

Membru
  • Posts

    17
  • Joined

  • Last visited

  • Days Won

    1

Posts posted by qaz.LEGENDARU

  1. On 3/27/2020 at 9:45 AM, Alin_239 said:

    C:\Users\Alin\Desktop\b-zone\gamemodes\localhost.pwn(19373) : error 017: undefined symbol "GetPlayerArea"
    C:\Users\Alin\Desktop\b-zone\gamemodes\localhost.pwn(19379) : error 017: undefined symbol "GetPlayerArea"
    C:\Users\Alin\Desktop\b-zone\gamemodes\localhost.pwn(19385) : error 017: undefined symbol "GetPlayerArea"
    C:\Users\Alin\Desktop\b-zone\gamemodes\localhost.pwn(19391) : error 017: undefined symbol "GetPlayerArea"
    C:\Users\Alin\Desktop\b-zone\gamemodes\localhost.pwn(19409) : error 017: undefined symbol "GetPlayerArea"
    C:\Users\Alin\Desktop\b-zone\gamemodes\localhost.pwn(19413) : error 017: undefined symbol "GetPlayerArea"
    C:\Users\Alin\Desktop\b-zone\gamemodes\localhost.pwn(19417) : error 017: undefined symbol "GetPlayerArea"
    C:\Users\Alin\Desktop\b-zone\gamemodes\localhost.pwn(19421) : error 017: undefined symbol "GetPlayerArea"
    C:\Users\Alin\Desktop\b-zone\gamemodes\localhost.pwn(19435) : error 017: undefined symbol "GetPlayerArea"
    C:\Users\Alin\Desktop\b-zone\gamemodes\localhost.pwn(19439) : error 017: undefined symbol "GetPlayerArea"
    C:\Users\Alin\Desktop\b-zone\gamemodes\localhost.pwn(19443) : error 017: undefined symbol "GetPlayerArea"
    C:\Users\Alin\Desktop\b-zone\gamemodes\localhost.pwn(19447) : error 017: undefined symbol "GetPlayerArea"
    C:\Users\Alin\Desktop\b-zone\gamemodes\localhost.pwn(29463) : error 017: undefined symbol "GetPlayerArea"
    Pawn compiler 3.2.3664              Copyright (c) 1997-2017, ITB CompuPhase


    13 Errors.

    pune la define-uri #define GetPlayerArea

     

     

  2. Salut , stie cineva cum as putea face un actor ( npc ) care sa traga in tine si sa iti ia hp iar in acelasi timp sa poti trage si tu in el si sa moara ? Cine ma ajuta are un +1. Multumesc anticipat.

    P.S: Daca se poate sa nu ocupe sloturi din server.

  3. Salut , astazi m-am gandit sa facem comanda "vreau bani" , stiu , este ceva simplu dar pentru cei care acum nu au niciun chef sa faca ceva , este perfecta.

    Bun , sa incepem !

    Scriptul este urmatorul :

    CMD:vreaubani(playerid, params[])
    {
        SendClientMessage(playerid, 0xFFFFFFAA, "Du-te la munca mane , nimeni nu iti da nimic gratis in viata.");
         SetPlayerCheckpoint(playerid,-382.3966,-1426.2290,26.1733,1.0);
          return 1;

    Acum sa explicam ce face fiecare.

    1) SendClientMessage(playerid, 0xFFFFFFAA, "Du-te la munca mane , nimeni nu iti da nimic gratis in viata."); este textul care ii apare jucatorului cand tasteaza comanda respectiva.

     SetPlayerCheckpoint(playerid,-382.3966,-1426.2290,26.1733,1.0); aceasta face ca atunci cand playerul tasteaza comanda /vreaubani sa i se seteze un checkpoint pe harta la jobul trucker pentru a incepe munca.

    Cum ziceam , nu este nimic complicat , l-am facut pe fuga cam in 5 minute. Apropo aceasta comanda este facuta pe un GameMode BigZone.

    Succes si spor la joc !

    • Like 1
    • Sad 2
×
×
  • 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.