Search Results
Vocк desligou o SELinux? Alguns plugins sгo bloqueados por ele.
Para desligar use:
setenforce 0
SA-MP utiliza apenas UDP na porta 7777, entгo nгo sugiro que libere o protocolo TCP.
Para ligar o...
739
Steam query was used to amplification attacks, I saw ISPs fully blocking the source port range in some situations.
Quote:
Originally Posted by Kalcor
These types of attacks have been goin...
8,126
First consider don't answer the packets with wrong UDP datagram for query mechanism, I mean the packets with wrong bytes for IP and port, the SA-MP Server responds to every 39-43 packet where is writt...
8,126
OnPlayerEnterDynamicArea(playerid, areaid)
https://github.com/samp-incognito/sa...wiki/Callbacks
328
O melhor mйtodo serб aproveitar o thread do plugin streamer ao invйs de criar um novo.
pawn Код:
CreateDynamicCircle(Float:x, Float:y, Float:size, worldid = -1, interiorid = -1, playerid = -1)...
328
Quote:
Originally Posted by Lovejoy
Eles viram meu comprovante de depуsito e nem me responderam, liberaram o serviзo depois de 10 horas, HeavyHost sу ta decepcionando ultimamente.
In...
1,656
Quote:
Originally Posted by ~Il_Picasso~
Seems now like they drop the packet size with password
You can change that password periodically, the total length changes when you add/remove a...
1,384
Yep. The packet being dropped is a UDP length 34 sent by the game-client after the "cookie" be answered, the server just receives the length 32 for cookie/incoming.
When you add the server password t...
1,384
That's a issue related to the OVH Firewall, where the ADS system is blocking the legitimate traffic.
1,384
Faзa um debug dos loops dentro da funзгo, tambйm seria ъtil o debug de toda a callback. Vocк pode fazer isto simplesmente adicionando um "printf" a cada "etapa" do script.
Por exemplo:
pawn К...
471
Nгo pensou em utilizar m/s?
Se vocк consegue obter km/h para um velocнmetro conseguirб converter isto para m/s.
A precisгo irб depender do seu temporizador.
267
Talvez seja ъtil aos amigos.
http://mauzen.org/samp/index.php?sta...interval=10080
640
Vocк poderia usar o GMX para isto, mas um script em bash pode resolver o problema.
Код:
#!/bin/sh
while true;
do
p_wc=`ps ax | grep samp03svr | grep -v grep| wc -l`
if [ $p_w...
199
Vocк pode enviar o comando "rcon exit" atravйs da query 'x' (RCON).
https://sampforum.blast.hk/showthread.php?tid=104299
199
Code:
proc.StartInfo.Arguments = "/c reg add 'hkcu\\Software\\SAMP' /f /v PlayerName /t REG_SZ /d '" + PlayerName.Text + "'";
454
Eu jб trabalhei com base em cidades e DNS reverso, tambйm jб utilizei o ISP com GPCI ou aproximaзгo geogrбfica (lat/long) afim de reduzir as detecзхes errфneas. Sempre houveram falsos-positiv...
420
Nгo й sua melhor opзгo para corrigir o problema, mas da maneira que foi feito seu sistema sem a alteraзгo abaixo o FS irб criar uma explosгo e excluir todos os objetos que forem chamados na ca...
467
Boa sorte no projeto, estб ficando bacana.
Muitos anos atrбs (quando eu ainda era dono) fiz um painel similar para o cidade virtual.
https://prnt.sc/i9m1ro
464
#include <strlib>
https://sampforum.blast.hk/showthread.php?tid=85697
322