new ret_hash[65];
SHA256_PassHash("1234567890abcdefgh1234567890", "", ret_hash, sizeof(ret_hash));
printf("IS : %s", ret_hash);
printf("SHOULD: %s", "02AB0B351B726947624D09D4E0E977B3C59B2D1CAE127B314DB75C7FB95A05D3");
SHA256_PassHash("1234567890abcdefgh", "1234567890", ret_hash, sizeof(ret_hash));
printf("IS : %s", ret_hash);
printf("SHOULD: %s", "02AB0B351B726947624D09D4E0E977B3C59B2D1CAE127B314DB75C7FB95A05D3");
SHA256_PassHash("1234567890abcdefgh1234567890abcdefgh", "", ret_hash, sizeof(ret_hash));
printf("IS : %s", ret_hash);
printf("SHOULD: %s", "88F28A457C964A9FB3A3DC364B4973A3A5F54786CC4D519A58BABB30A9FFE808");
SHA256_PassHash("1234567890abcdefgh", "1234567890abcdefgh", ret_hash, sizeof(ret_hash));
printf("IS : %s", ret_hash);
printf("SHOULD: %s", "88F28A457C964A9FB3A3DC364B4973A3A5F54786CC4D519A58BABB30A9FFE808");
IS : 02AB0B351B726947624D09D4E0E977B3C59B2D1CAE127B314DB75C7FB95A05D3 SHOULD: 02AB0B351B726947624D09D4E0E977B3C59B2D1CAE127B314DB75C7FB95A05D3 IS : 02AB0B351B726947624D09D4E0E977B3C59B2D1CAE127B314DB75C7FB95A05D3 SHOULD: 02AB0B351B726947624D09D4E0E977B3C59B2D1CAE127B314DB75C7FB95A05D3 IS : DE33E4115A41CDB51CC0E051CB6E31C01F6CE87D1FB95D007F1464ADB8C5547A SHOULD: 88F28A457C964A9FB3A3DC364B4973A3A5F54786CC4D519A58BABB30A9FFE808 IS : DE33E4115A41CDB51CC0E051CB6E31C01F6CE87D1FB95D007F1464ADB8C5547A SHOULD: 88F28A457C964A9FB3A3DC364B4973A3A5F54786CC4D519A58BABB30A9FFE808
I am happy with any updates that Kalcor releases but you are right. There should be more focus on fixing bugs .. []
|
This should be fixed in the R2-1 server.
Indeed. I confirmed there was a problem with the SHA256 implementation. It should be fixed in the R2-1 server. SA-MP will never be completely bug and glitch free. It's a multiplayer mod written for a game not designed for multiplayer and with no source code/modding tools available. The only way I could make it completely bug free would be to concentrate on a narrow set of features. There are a lot of different things people want to do with San Andreas so I just try to add stuff and keep refining it. If it's something that doesn't cause the game or server to crash and burn it gets a lower priority from me. |
"- Adds protection against hackers who spam OnPlayerConnect messages."
Didn't work on my server. Any help ? |
This should be fixed in the R2-1 server.
Indeed. I confirmed there was a problem with the SHA256 implementation. It should be fixed in the R2-1 server. SA-MP will never be completely bug and glitch free. It's a multiplayer mod written for a game not designed for multiplayer and with no source code/modding tools available. The only way I could make it completely bug free would be to concentrate on a narrow set of features. There are a lot of different things people want to do with San Andreas so I just try to add stuff and keep refining it. If it's something that doesn't cause the game or server to crash and burn it gets a lower priority from me. |
Thanks for update ![]() ![]() Code in 0.3.7 R2-1: PHP код:
Код:
[10:51:03] start 0 [10:51:03] ------------------------------ [10:51:03] 1,var1 [10:51:03] 2,var2 [10:51:03] 3,var3 [10:51:03] 4,var4 [10:51:03] 5,var5 [10:51:03] 6,var6 [10:51:03] 7,var7 [10:51:03] 8,var8 [10:51:03] 9,var9 [10:51:03] ------------------------------ [10:51:03] 9,var1 [10:51:03] 9,var2 [10:51:03] 9,var3 [10:51:03] 9,var4 [10:51:03] 9,var5 [10:51:03] 9,var6 [10:51:03] 9,var7 [10:51:03] 9,var8 [10:51:03] 0,var9 [10:51:03] ------------------------------ [10:51:03] end 0 What do you think? |
The Server Variables are not deleted until end.
What do you think? |
new vName[16];
printf("start %i", GetSVarsUpperIndex());
printf("------------------------------");
for(new i = 1; i <= 9; i++)
{
format(vName,16,"var%i", i);
SetSVarInt(vName, 999);
printf("%i,%s", GetSVarsUpperIndex(), vName);
}
printf("------------------------------");
for(new i = 9; i > 0; i--)
{
format(vName,16,"var%i", i);
DeleteSVar(vName);
printf("%i,%s", GetSVarsUpperIndex(), vName);
}
printf("------------------------------");
printf("end %i", GetSVarsUpperIndex());
You are deleting them from bottom to top, test that again but delete vars from top to bottom if you want to get lower upper index.
|
- The server will only come in a 1000 player variation from now on since there should be no performance difference between a 500 player server and 1000 player server. If you have existing script loops bound to MAX_PLAYERS or MAX_VEHICLES you should consider rewriting these loops to use GetPlayerPoolSize()/GetVehiclePoolSize(). Alternatively, redefine MAX_PLAYERS lower in your script or by editing the SA-MP pawn includes.
Example: pawn Код:
|
Skins ID 165 and 166 lost their sunglasses
http://i.imgur.com/jUu1pAF.jpg https://sampwiki.blast.hk/wiki/Skins:Public The first two skins in this page (wmomib and bmymib) I feel it's undocumented. I only noticed this change a couple of days ago. Did this change in 0.3.7 or in previous releases? I don't remember this being addressed. Are there any more changes like this? It would be nice to know. Thanks I mean it's a nice change, I'm grateful. |
... 9,9, PED_TYPE_EMG,VOICE_EMG_LAPD1 ,VOICE_EMG_LAPD8