Author Topic: SA:MP 0.2.X Released  (Read 3228 times)

0 Members and 1 Guest are viewing this topic.

Offline Underdog

  • Posts: 39
    • View Profile
SA:MP 0.2.X Released
« on: November 20, 2008, 06:15:30 pm »
http://sa-mp.com/

The server is now 0.2.x so you HAVE to download the latest SA-MP client to play at AdrenalineX.
« Last Edit: December 27, 2008, 05:18:08 pm by Rac3r »

Offline [FSR]Ush

  • Admin
  • Posts: 13,449
  • Aart
    • View Profile
Re: SA:MP 0.2.X Released
« Reply #1 on: November 20, 2008, 06:35:19 pm »
does the server run on it?

And is it better?

Offline [MAF]PyroFox

  • Leader
  • Posts: 1,426
  • ¯\(°_o)/¯
    • View Profile
Re: SA:MP 0.2.X Released
« Reply #2 on: November 20, 2008, 10:09:57 pm »
The server isn't running it yet.

There are no noticeable differences, its just a security update.

Offline [MAF]Rac3r

  • Leader
  • Posts: 2,807
  • Well, this is embarrassing.
    • View Profile
Re: SA:MP 0.2.X Released
« Reply #3 on: November 21, 2008, 07:07:45 am »
Firefox is right, but also there are a few things improved. Also there is a new callback for the coding, not too sure what to do with it yet apart from use it as a Auto-AFK system. SA-MP did mention it could help with a Anti-Cheat system, but I haven't tried.

Code: [Select]
public OnPlayerUpdate(playerid)
{
Tick[playerid]=GetTickCount();//everytime this is called, it will stick the time to your stats.
// printf("%d",Tick[playerid]);
}
I basically want to make it prevent AFK'ers from being processed by the server, for example when the race changes.
Code: [Select]
public AddRacers(j)
{
new pos;
if(IsPlayerConnected(j))
{
if(Tick[j]<GetTickCount()-50000)xInformation[j][special]=7,SendToAFK(j);
----------------- CONTINUE RESTART OF CODE ----------------------

Maybe less timeouts, we'll see.
Update to 0.2x, you know you want to. :-*

Offline [MAF]PyroFox

  • Leader
  • Posts: 1,426
  • ¯\(°_o)/¯
    • View Profile
Re: SA:MP 0.2.X Released
« Reply #4 on: November 21, 2008, 04:49:46 pm »
Update it to 2.X plz!  :) I don't wanna be re-installing SA-MP every time I wanna play on different servers. lol

Offline [MAF]Snoopy

  • Posts: 14,540
    • View Profile
Re: SA:MP 0.2.X Released
« Reply #5 on: November 21, 2008, 04:59:47 pm »
hmm i dunno

Offline Underdog

  • Posts: 39
    • View Profile
Re: SA:MP 0.2.X Released
« Reply #6 on: November 21, 2008, 05:29:19 pm »
Nike - Just Do It.