Jump to content

Recommended Posts

Posted

Salut, asta este un sistem de fast event pentru incepatori

facut la plictiseala la ora la care este postat :))

https://pastebin.com/jgG9pK0V

  • Upvote 1

Ce inseamna cuvantul "Unic" este atunci cand Chestia / Obiectul / Idea / etc... nu exista in alta parte.

Copii, nu mai veniti cu vorbe de "Am gamemode unic", nu exista asa ceva, la ora actuala totul este pe net.

Aveti grija pe cine ajutati, majoritatea sunt caini.

  • 2 months later...
  • 6 months later...
Posted
Acum 1 oră, LeonardPWN a spus:

Puteai face mai easy cu switch.

Și mai presus de toate este incomplet.

Posted

#include <a_samp>
#include <zcmd>
#include <foreach>

#define SCM SendClientMessage
#define SCMALL SendClientMessageToAll

new Bulangiu[MAX_PLAYERS],
    FastGiftPoints = 0;
    
CMD:fastgift(playerid)
{
    if(Bulangiu[playerid] == 1) return SCM(playerid, -1, "Ai luat deja un cadou, asteapta pana reseteaza un admin.");
    if(FastGiftPoints == 0) return SCM(playerid, -1, "Sunt 0 cadouri nu este resetat fast gift-ul.");
    Bulangiu[playerid] = 1;
    if(FastGiftPoints > 0 && FastGiftPoints < 6) {

          FastGiftPoints++;

          SCM(playerid, -1, "ai luat un cadou te drq");

    }
    return 1;
}

CMD:resetfastgift(playerid)
{
    foreach(new i : Player)
    {
        Bulangiu = 0;
    }
    FastGiftPoints = 1;
    SCMALL(-1, "Un admin a bagat iar Fast Gift, hai si tu /gps > Fast Gift.");
    return 1;
}

  • 1 month later...
  • 3 weeks later...
Posted
On 3/18/2018 at 1:44 PM, Capitan said:

Cum vad unde sunt cadourile, gps > fast gift nu este

fratemiu , asta trebuie sa adaugi tu in GM. El ti-a oferit doar codul de tip 'Fast Event'

Orezculapte

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.