Search Results
Can someone give me an idea how to detect teleport hack.. in foot and in vehicle? i was thinking with get distance beetwen points but i need some explain more detailed
Thanks
180
PHP код:
forward Checkveteran();Â
public Checkveteran()Â
{Â
    for(new i;i<MAX_PLAYERS;i++)Â
    {Â
        if(IsPlayerConnected(i))Â
        {Â
     ...
257
This is what im trying to create! This is what i want to do but i dont know how to do it through pawn to edit it also for players who are not online and set it to 1 or 0 even for players who dont conn...
257
PHP код:
`plr_veteran`Â SETÂ `Actve`=1Â WHEREÂ `VHOURS`Â >Â 20");Â
But i want to set this for all database if they are VHOURS > 20 Not just for players who connect to server. I w...
257
Hello Guts! I have 2 variables saved in Database(Table) one count Hours(Vhours = theammount of hours) and another one check if its 1 or 0(Active= 1/0). I want to check this table and if VHours is more...
257
BUMP!
Im trying to check if OLDHOURS > 20 set RANKSTATUS TO 1
But for all database! not just for players who connect
145
PHP код:
forward Checkveteran(); public Checkveteran() {     for(new i;i<MAX_PLAYERS;i++)     {         if(IsPlayerConnected(i))         {         Â...
145
Hello. I need help how to change database all infos in aacount registered. I want to check all accounts example if players have playend more than 21 hours saved in database then set an variable in dat...
145
Make a teleport command to the cords you saved actor and check is he there ?
221
Really Awesome! OMG I really need this. Can you make some tutorials how to use this. For Newbies
1,040
Soo i cant edit that function without creating a stock ?
Like edit the function samp have
262
I want to edit SetPlayerPos Function for some anticheat teleport..
262
Hello guys! I wanted to edit SetPlayerPos Function. Can i do it without replacing a new function with the same name. Alsoo where is it so i can try to edit it ?
262
Quote:
Originally Posted by ******
PHP код:
return CallRemoteFunction("UDDDBMS_receive", "s", query);Â
What does this call? It seems to be the core of your code, but missi...
2,683
Quote:
Originally Posted by Logic_
Nex Anti Cheat ain't bugged, fella. You need to tweak it with your script to make it work finely. Nothing in programming is just a plug-and-play magic.
...
255
I dont need anticheat like that. -.-
Its not a good anticheat btw have a lot of bugs thats why i want to do mine.
I need an interesting method.. Like an solution how i can detect it
255