Jump to content

Recommended Posts

Posted

Salut ! Am si eu o mica problema si nu stiu cum sa ii dau de cap. Scriptez / Editez pe un "Gamemode BigZone", dar am rezolvat o mare parte din bug-uri, dar dupa ce am adaugat 'antisqlinjection' si la OnDialogRespone, am adaugat treaba asta : for(new i; i < sizeof(antisqlinjection); i++)
    {
    if(strfind(inputtext, antisqlinjection, true) != -1)
    {
        SCM(playerid, -1, "Se lucreaza la acest bug!");
        return 1;
    }
    }

. Cand dau pe clan tag sa il pun imi da text-ul prin SCM : "Se lucreaza la acest bug, cum pot sa rezolv asta? am nevoie de ajutor , va rog mult !!!'

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.