Posts: 54
Threads: 21
Joined: Oct 2012
Reputation:
0
Hi all , what is the keys F12 and INSERT in SA:MP ? i want to make at public OnPlayerKeyStateChange(playerid, newkeys, oldkeys)
if(newkeys & (F12)
{
Kick(playerid);
}
same at INSERT but...i don't know the name in SA:MP at this keys...some1 can help me pls ? i tryed to find...
Posts: 2,175
Threads: 235
Joined: Sep 2009
Reputation:
0
You can not see if a mod is installed in game, but you can create a serverside anticheat that checks if the kill were made in the way that you want it ..
Posts: 54
Threads: 21
Joined: Oct 2012
Reputation:
0
ok..ty .
i have more 1 big problem...someone all times acces my database file...and modify all acess at Admin + VIP . what i can do ? i have in script db_escape...but for nothing
Posts: 54
Threads: 21
Joined: Oct 2012
Reputation:
0
come on ****** can you say me what i can do...?
Posts: 4,878
Threads: 85
Joined: Jun 2007
Reputation:
0
Unauthorized database access can have too many reasons anyways, we cant tell you what to do without knowing the script and database setup.
Posts: 54
Threads: 21
Joined: Oct 2012
Reputation:
0
but...if i put my GM on MySQL no one can use sql injection on my server no?