Jump to content

Question

Posted (edited)

As vrea sa ma ajutati si pe mine cu aceasta comanda.Va rog.

CMD:opengift(playerid, params[],)

    if(IsPlayerInRangeOfPoint( playerid, 3.0, 1805.8527, -1309.7361, 125.7011 ))
        {
           GivePlayerMoney(playerid, 500);
              SendClientMessage(playerid, 0x00FFFFC8, "Felicitari ai gasit cadoul si ai primit o recompensa");
          }
          else
            {
                   SendClientMessage(playerid, 0x00FFFFC8, "Ai gasit cadoul deja");
            }
        return 1;
    }

As vrea ca,daca foleseste comanda,a doua oara sa nu mai mearga.

Pls.

 

Edited by spy3

4 answers to this question

Recommended Posts

  • 0
Posted (edited)
Acum 34 minute, spy3 a spus:

As vrea sa ma ajutati si pe mine cu aceasta comanda.Va rog.


CMD:opengift(playerid, params[],)

    if(IsPlayerInRangeOfPoint( playerid, 3.0, 1805.8527, -1309.7361, 125.7011 ))
        {
           GivePlayerMoney(playerid, 500);
              SendClientMessage(playerid, 0x00FFFFC8, "Felicitari ai gasit cadoul si ai primit o recompensa");
          }
          else
            {
                   SendClientMessage(playerid, 0x00FFFFC8, "Ai gasit cadoul deja");
            }
        return 1;
    }

As vrea ca,daca foleseste comanda,a doua oara sa nu mai mearga.

Pls.

 

Citat

new andutext[MAX_PLAYERS];
CMD:opengift(playerid, params[],)
    if(IsPlayerInRangeOfPoint( playerid, 3.0, 1805.8527, -1309.7361, 125.7011 )) return SCM(playerid, 0x00FFFFC8, "cu esti la locul potrivit");
    {
        if(andutext[playerid] == 1) return SCM(playerid, 0x00FFFFC8, "Ai gasit cadoul deja!");
        {  
            andutext[playerid] = 1;
            GivePlayerMoney(playerid, 500);
            SendClientMessage(playerid, 0x00FFFFC8, "Felicitari ai gasit cadoul si ai primit o recompensa");
        }
    }
    return 1;
}

poti sa faci o verificare de genul asta bine inteles sunt mai multe modalitati.

Edited by FiveGame

FiveGame  Lands

Pawno Developer, Mapping , Scripter

Since 2016

  • 0
Posted
1 oră în urmă, FiveGame a spus:

poti sa faci o verificare de genul asta bine inteles sunt mai multe modalitati.

Care e sensu sa faci asa gen de verificare daca ea dupa reconectarea playerului se reseteaza...

  • Haha 1
  • Upvote 1
  • 0
Posted

Te poti folosi de o variabila MAX_PLAYERS, de un setpvarint sau daca doresti sa fie pe baza de date, faci verificare la comanda, iar la logare sa ia tot din db.

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • 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.