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
84
PHP код: forward Checkveteran();  public Checkveteran()  {      for(new i;i<MAX_PLAYERS;i++)      {          if(IsPlayerConnected(i))          {       ...
175
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...
175
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...
175
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...
175
BUMP! Im trying to check if OLDHOURS > 20 set RANKSTATUS TO 1 But for all database! not just for players who connect
97
PHP код: forward Checkveteran(); public Checkveteran() {     for(new i;i<MAX_PLAYERS;i++)     {         if(IsPlayerConnected(i))         {         Â...
97
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...
97
Make a teleport command to the cords you saved actor and check is he there ?
169
Really Awesome! OMG I really need this. Can you make some tutorials how to use this. For Newbies
847
Soo i cant edit that function without creating a stock ? Like edit the function samp have
172
Anyone Im waiting for an answer
172
I want to edit SetPlayerPos Function for some anticheat teleport..
172
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 ?
172
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...
1,940
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. ...
162
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
162