Alguém sabe um mod que deixa a marca do hit no player? Tipo quando você atira e deixa aquele monte de sangue. Mas eu queria algo mais nítido, tipo um que eu vi que os cara quando dava hit marcava com uma bola de basquete. Se alguém tiver esse do basquete eu quero por favor.
[09:31:51] Filterscripts
[09:31:51] ---------------
[09:31:51] Loading filterscript 'npcs.amx'...
[09:31:51] [npc:join] Zombie_0 has joined the server (49:127.0.0.1)
[09:31:51] [npc:part] Zombie_0 has left the server (49:0)
[09:31:51] [FCNPC] Error: player 'Zombie_0' is not setup.
[09:31:51] Zombie 0 created
[09:31:51] [npc:join] Zombie_1 has joined the server (49:127.0.0.1)
[09:31:51] [npc:part] Zombie_1 has left the server (49:0)
[09:31:51] [FCNPC] Error: player 'Zombie_1' is not setup.
[09:31:51] Zombie 1 created
[09:31:51] [npc:join] Zombie_2 has joined the server (49:127.0.0.1)
[09:31:51] [npc:part] Zombie_2 has left the server (49:0)
[09:31:51] [FCNPC] Error: player 'Zombie_2' is not setup.
[09:31:51] Zombie 2 created
[09:31:51] [npc:join] Zombie_3 has joined the server (49:127.0.0.1)
[09:31:51] [npc:part] Zombie_3 has left the server (49:0)
[09:31:51] [FCNPC] Error: player 'Zombie_3' is not setup.
[09:31:51] Zombie 3 created
[09:31:51] [npc:join] Zombie_4 has joined the server (49:127.0.0.1)
[09:31:51] [npc:part] Zombie_4 has left the server (49:0)
[09:31:51] [FCNPC] Error: player 'Zombie_4' is not setup.
[09:31:51] Zombie 4 created
[09:31:51] Loaded 1 filterscripts.
Pessoal, tô a um tempo longe do samp e percebi que agora existe uma forma de criar um launcher próprio com instalação de mods inclusos, alguém sabe me explicar como funciona e como cria?
Pessoal, fiquei um codigo e to tentando adaptalo, mas quando eu uso o comando para ver as denuncias, o campo ID aparece 0 em todas as vezes, e não consigo aceitar nem negar.
Código:
CMD:denuncias(playerid, params[])
{
new query[300];
if (DATA_INFO[playerid][pAdmin] < 1)
return SendErrorMessage(playerid, "Você não tem permissão para usar esse comando.");
mysql_format(mysql_c, query, sizeof(query), "SELECT * FROM `denuncias` ORDER BY `Date` LIMIT 15;");
new Cache:result = mysql_query(mysql_c, query);
if(cache_num_rows())
{
new string[2300], rinfo[1000], Reporter[24], Reported[24], Reason[200], Date[30], reportid, Accepted;
strcat(string, "Displaying 15 latest reports:\n\n");
for(new i = 0; i < cache_num_rows(); i++)
{
cache_get_field_content(i, "Reporter", Reporter, 24);
cache_get_field_content(i, "Reported", Reported, 24);
cache_get_field_content(i, "Reason", Reason, 200);
cache_get_field_content(i, "Date", Date, 30);
cache_get_field_content_int(i, "ID", reportid);
cache_get_field_content_int(i, "Accepted", Accepted);
switch(Accepted)
{
case 0: format(rinfo, sizeof(rinfo), "{AFAFAF}[ID: %d]: {FFFFFF}%s has reported %s for the reason {AFAFAF}'%s'{FFFFFF} on %s - {AFAFAF}Not Checked\n", reportid, Reporter, Reported, Reason, Date);
case 1: format(rinfo, sizeof(rinfo), "{AFAFAF}[ID: %d]: {FFFFFF}%s has reported %s for the reason {AFAFAF}'%s'{FFFFFF} on %s - {00AA00}Accepted\n", reportid, Reporter, Reported, Reason, Date);
case 2: format(rinfo, sizeof(rinfo), "{AFAFAF}[ID: %d]: {FFFFFF}%s has reported %s for the reason {AFAFAF}'%s'{FFFFFF} on %s - {FF0000}Denied\n", reportid, Reporter, Reported, Reason, Date);
}
strcat(string, rinfo);
}
Dialog_Show(playerid, DIALOG_REPORTS, DIALOG_STYLE_MSGBOX, "Latest 15 Reports", string, "Okay", "");
}
else
{
Dialog_Show(playerid, DIALOG_REPORTS, DIALOG_STYLE_MSGBOX, "No reports were found", "No reports were found on the MySQL mysql_c.", "Close", "");
}
cache_delete(result);
return 1;
}
Existe algum anti-cheats para player, tipo que ele identifique outros player xitando ou que comprove que o jogador tal não está xitando? Tipo um .asi, .exe ou .cs para colocar na pasta do meu gta.
Bom galera, queria perguntar pra vocês como eu faço para quando player entra na checkpoint executar um Gametext 1/5 e logo a seguir manda mensagem em outro checkpoint .
alguem poderia me fornecer o download do pawn eu formatei meu pc e to procurando download na net mas tds que eu baixo ta bugado no site do samp nao tem mais a v2 que vinha com o pawn tentei pelo vscode mas aparece uma msg dizendo que nao tenho o pawn meu pc e windows 8 tentei seguir um tutorial do bradoks do vscode mas n conssegui nao aparece a pasta .vscode