Jump to content

[Gang System]Create a gang


sTaRxD_

Recommended Posts

                                                                                                    ->>   Gang System  <<-

                                                                                        ->>   New system Creator  <<-

                                                                                                               

->>   M-am decis sa postez si aici noul meu filescript

->>   Cu acest system va puteti crea propriul gang..

->>   Are 425 de linii foarte usor de aplicat

->>   Exista o mica problema gang-urile nu se salveaza.. problema este in LoadData care il veti gasi in penultima linie din gang.pwn

->>   Asta nu se poate numi un bug.. ci doar neatentia mea.. care a dus fs-ul la o mica greseala cu save-urile

->>   Comenzii necesare pentru a crea un gang /gang create

sa-mp-10.png

sa-mp-11.png

sa-mp-12.png

sa-mp-13.png

->>   Daca m-ai gasiti vreo problema dati reply sau edit...

->>   Download in descriere

->>   Pt cei care aveti problema cu strtok la acest filescript.. [Desigur in caz de erroare (error 017: undefined symbol "strtok"])

[pawn]strtok(const stringstrtok[], &index)

{

    new length = strlen(stringstrtok);

    while ((index < length) && (stringstrtok[index] <= ' ')) { index++; }

    new offset = index, result[20];

    while ((index < length) && (stringstrtok[index] > ' ') && ((index - offset) < (sizeof(result) - 1)))

    {

        result[index - offset] = stringstrtok[index];

        index++;

    }

    result[index - offset] = EOS;

    return result;

}[/pawn]

[download]http://www.2shared.com/file/xxIa8wGU/gang.htm[/download]

Link to comment
Share on other sites

  • 2 weeks later...
  • 2 months later...

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.