Jump to content

Sistem Fast Event


StrikerM

Recommended Posts

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.

Link to comment
Share on other sites

  • 2 months later...
  • 6 months later...

#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;
}

Link to comment
Share on other sites

  • 1 month later...
  • 3 weeks later...
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

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

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