Jump to content

Recommended Posts

Posted

                                                                                                    ->>   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]

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

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.