Jump to content

[REZOLVAT] Pica sv


MatR3
 Share

Recommended Posts

static const antisqlinjection[][] = {
"'",
"#",
"`",
"%"
};

 

Pune astea pe la inceputul GM-ului, nu chiar la inceput si la OnPlayerDialogResponse pune asta.

for(new i; i < sizeof(antisqlinjection); i++)
{
if(strfind(inputtext, antisqlinjection, true) != -1)
{
SCM(playerid, COLOR_YELLOW, " Aceste caractere sunt interzise.");
return 1;
}

 

Nu e nevoie sa ii dai kick, nu va mai putea sa faca nimic.

Link to comment
Share on other sites

Acum 7 minute, MasterAdv a spus:

static const antisqlinjection[][] = {
"'",
"#",
"`",
"%"
};

 

Pune astea pe la inceputul GM-ului, nu chiar la inceput si la OnPlayerDialogResponse pune asta.

for(new i; i < sizeof(antisqlinjection); i++)
{
if(strfind(inputtext, antisqlinjection, true) != -1)
{
SCM(playerid, COLOR_YELLOW, " Aceste caractere sunt interzise.");
return 1;
}

 

Nu e nevoie sa ii dai kick, nu va mai putea sa faca nimic.

Mersi ???? 

Link to comment
Share on other sites

Guest
This topic is now closed to further replies.
 Share

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...