SA-MP Forums Archive
SA-MP 0.3z R3 server update - Printable Version

+- SA-MP Forums Archive (https://sampforum.blast.hk)
+-- Forum: SA-MP (https://sampforum.blast.hk/forumdisplay.php?fid=3)
+--- Forum: News and Updates (https://sampforum.blast.hk/forumdisplay.php?fid=74)
+--- Thread: SA-MP 0.3z R3 server update (/showthread.php?tid=524049)

Pages: 1 2 3 4 5 6 7 8


Re: SA-MP 0.3z R3 server update - Caravello - 12.07.2014

It's really nice Version


Re: SA-MP 0.3z R3 server update - KarimCms - 12.07.2014

How to Insert MOD ?


Re: SA-MP 0.3z R3 server update - DavidGravelli - 13.07.2014

Thanks for Update!


Re: SA-MP 0.3z R3 server update - jackal85 - 13.07.2014

[22:43:08] Kicking 77.232.140.236 because they didn't logon to the game.
[22:43:20] Kicking 185.3.34.112 because they didn't logon to the game.
[22:43:54] Kicking 92.242.110.50 because they didn't logon to the game.
[22:44:19] Kicking 185.3.34.112 because they didn't logon to the game.
[22:44:40] Kicking 92.242.110.50 because they didn't logon to the game.
[22:44:49] Kicking 195.184.211.34 because they didn't logon to the game.
[22:44:53] Kicking 92.242.110.50 because they didn't logon to the game.
[22:45:36] Kicking 92.242.110.50 because they didn't logon to the game.
[22:47:07] Kicking 46.8.101.150 because they didn't logon to the game.


Re: SA-MP 0.3z R3 server update - hhaaoo123 - 14.07.2014

Thx, nice update


Re: SA-MP 0.3z R3 server update - Smileys - 14.07.2014

This update gives me a "file or function not found" error on my host, yet it works fine on my local pc, when I downgrade it to 0.3z r2 on the host, it works fine again. anyone knows how to fix this?


Re: SA-MP 0.3z R3 server update - Lordzy - 14.07.2014

Quote:
Originally Posted by Smileys
Посмотреть сообщение
This update gives me a "file or function not found" error on my host, yet it works fine on my local pc, when I downgrade it to 0.3z r2 on the host, it works fine again. anyone knows how to fix this?
It's probably due to the file's permission. Try setting samp03svr's permission to 777.

EDIT : If it's on your server console, you must check with your plugins and make sure if they're updated to the newest version.


Re: SA-MP 0.3z R3 server update - XemyL - 14.07.2014

Why is there no update?
http://sa-mp.com/download.php


Re: SA-MP 0.3z R3 server update - WarZoneGaming - 15.07.2014

Thanks for the Update Kalcor


Re: SA-MP 0.3z R3 server update - Krexx - 15.07.2014

Nice update ^^ thanks!


Re: SA-MP 0.3z R3 server update - pivetesgames - 16.07.2014

Obrigado.


Re: SA-MP 0.3z R3 server update - SPA - 16.07.2014

"minconnectiontime" the best update!!


Re: SA-MP 0.3z R3 server update - Phyzic - 18.07.2014

Good Job there..
Hope to see more updates soon



Re: SA-MP 0.3z R3 server update - FunkMaster - 18.07.2014

Keep it coming!

Thanks for the update yo!


Re: SA-MP 0.3z R3 server update - tuuler - 18.07.2014

Nice!

Also, an unique ID for every SA:MP client would be good to ban cheaters more easier way, so they would have to reinstall SA:MP to come back to server or something.


Re : SA-MP 0.3z R3 server update - S4t3K - 18.07.2014

It's as useless as banning IP adress.

Reinstalling SAMP is too easy to be considered as "a hard way to bypass the bans".


Re: SA-MP 0.3z R3 server update - sammp - 20.07.2014

+S4t3K Teamspeak managed it.. Registry entries. Encrypted ones. (if it is possible)


Re: SA-MP 0.3z R3 server update - God'Z War - 29.07.2014

Kalcor,
on next update, can you change Hunter and rhino weapon kill image[Explosion] to RPG


Re: SA-MP 0.3z R3 server update - iFarbod - 30.07.2014

Quote:
Originally Posted by God'Z War
Посмотреть сообщение
Kalcor,
on next update, can you change Hunter and rhino weapon kill image[Explosion] to RPG
You can place a check in OnPlayerDeath and check if killerid is in a Hunter or Rhino, and reason is explosion, make it RPG (35).

pawn Код:
public OnPlayerDeath(playerid, killer, reason)
{
    if((GetVehicleModel(GetPlayerVehicleID(killer)) == MODEL_RHINO || GetVehicleModel(GetPlayerVehicleID(killer)) == MODEL_HUNTER) && reason == WEAPON_EXPLOSION)
    {
        reason = 35;
    }
    // whatever
}



Re: SA-MP 0.3z R3 server update - Remixez - 30.07.2014

What about upgrade SAMP's AntiCheat?
AC's created by server owners can't detect most of new cheats.