| Welcome, Guest |
You have to register before you can post on our site.
|
| Forum Statistics |
» Members: 19,696
» Latest member: fun88team
» Forum threads: 4,463
» Forum posts: 15,013
Full Statistics
|
|
|
| Anti - MYSQL Injection for samp |
|
Posted by: denisa - 08-25-2017, 04:01 PM - Forum: Problems & Suggestions
- Replies (2)
|
 |
Step 1:
We create a static, go up in the gamemode after the last #include
And add this static:
Static const antisqlinjection [] [] =
{
"" "
"#"
"` "
"% S",
"% D",
"% F"
};
Step 2:
We go to OnDialogResponse and add this function:
For (new i; i <sizeof (antisqlinjection); i ++)
{
If (strfind (inputtext, antisqlinjection [i], true)! = -1)
{
SCM (playerid, -1, "No such characters allowed");
Return 1;
}
}
|
|
|
| Hello |
|
Posted by: Emirto - 08-18-2017, 06:15 PM - Forum: Self Introduction
- Replies (4)
|
 |
Hi my name is Firas i am 23 years old ....
I'am playing samp for more than 7 years ... and i would like to learn scripting also I am a mapper and soon i will start my own server with a friend
My skype:Firas.Braiek2
Nice to meet you all
|
|
|
| PotatoM |
|
Posted by: PotatoM - 08-16-2017, 04:17 PM - Forum: Self Introduction
- Replies (5)
|
 |
Hello I am PotatoM I am 21 Years old ,I am studying Mechanical Engineering for 3 years and I am a love playing games such "SAMP MTA LOL ... " I am also a Graphic Designer I am a freelancer actually "Designing for money"
yeah that's it I guess
If you want to contact me feel free to do it :
Skype : hemaelqersh
Discord : PotatoM#6377
|
|
|
|