Menu

Show posts

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.

Show posts Menu

Messages - UrbanY

#31
Support / Re: 04rel05
Jun 23, 2018, 02:06 PM
It gives me many errors when updating
#32
Support / 04rel05
Jun 23, 2018, 01:39 PM
En qué lugar descargó 04rel05?

Where did you download 04rel05?
#33
Quote from: VK.Jona83Killer on Jun 22, 2018, 04:35 PM
Quote from: UrbanY on Jun 22, 2018, 02:07 AMJona es el hud que publique?
Nose, es una foto que descargue desde Google

Quote from: MEGAMIND on Jun 22, 2018, 12:39 PMuse xml to make a specific car flags relevent to cuban hermes.....
I do not think it's a good idea

Quote from: MacTavish on Jun 22, 2018, 02:15 PMYes it is
How?



Jonasito te ayudo en eso?,tengo un mod que funciona con eso de nos te ayudo si quieres
#34
Jona es el hud que publique?
#35
Support / Re: Help me
Jun 20, 2018, 03:24 PM
Si claro lo que digas no tengo nada copiado como dices tu sin embargo tu server si es 100% copiado, JonaVK No diría lo contrario porque usas su server y tienes 2 versiones mas de el,Tambien tienes virus en tu server para extraer los servidores de los demás,una vez trate de ayudarte en tu server con trabajos y lo que hiciste fue decir que un exe era un note pad para que te lo envie ahi y mi antivirus dijo lo contrario,tengo las pruebas de que lo enviaste Link: https://imgur.com/a/zKh5mwn
#36
Support / Re: Help me
Jun 19, 2018, 11:41 PM
Quote from: (SpCy)Alex on Jun 19, 2018, 07:02 PMIt's been a while since I tried to make an anti-spam system but it does not work. Now that it works, the server crashed. Could someone help me?


class PlayerStats
{
Kills = 0;
Selected = null;
Count_Msg = 0;
Msg_Player = 0;
}
if ( Multa[ player.ID ] >= 1 ) E_MSG( "Usted esta muteado del chat por hacer spam!", player );
else
{
ClientMessageToAll( player.Name + "[#FFFFFF]: " + text, player.Color.r, player.Color.g, player.Color.b );
if ( text.slice( 0, 1 ) == "!" && text.find("! ") == null )
{
local i = NumTok( text, " " ), xp = null;
if ( i == 1 ) onPlayerCommand2( player, GetTok( text.slice( 1 ), " ", 1 ), xp );
else onPlayerCommand2( player, GetTok( text.slice( 1 ), " ", 1 ), GetTok( text.slice( 1 ), " ", 2, i ) );
}
CheckSpam( player, "Spam" );
return 1;
}
}

function CheckSpam( player, reason )
{
local MSNxSEC = 2000, LIMIT_REP_SPAM = 3;
local spammer = ( GetTickCount() - status[ player.ID ].Count_Msg ) / MSNxSEC;
status[ player.ID ].Msg_Player += spammer - 1;
if ( status[ player.ID ].Msg_Player > LIMIT_REP_SPAM ) status[ player.ID ].Msg_Player = LIMIT_REP_SPAM - 1;
if ( status[ player.ID ].Msg_Player < 0 ) status[ player.ID ].Msg_Player = -1;
status[ player.ID ].Count_Msg = GetTickCount();
if ( status[ player.ID ].Msg_Player < 0)
{
if ( Multa[ player.ID ] == 0 )
{
Multa[ player.ID ] = 30;
I_MSG( "Usted fue muteado por hacer spam.", player );
A_MSG( "Auto-Mute " + player.Name + ", ID: " + player.ID + ". Motivo:[ " + reason + " ].", player );
}
}
}

function UnMute( admin, player )
{
Multa[ player.ID ] = 0;
MSG( "Admin " + admin + " desmuteo " + player.Name + "." );
}
function S_MSG( text, player ) MessagePlayer( "[#00FF00]|SINTAXE|[#FFFFFF] " + text, player );

function E_MSG( text, player ) MessagePlayer( "[#FFA500]|ERRO|[#FFFFFF] " + text, player );

function I_MSG( text, player ) MessagePlayer( "[#00BFFF]|INFO|[#FFFFFF] " + text, player );

function A_MSG( text, player )

if someone could look at it and help me to know why the server crashed
Es el sistema de diego PDJ
#37
Quote from: umar4911 on Jun 14, 2018, 05:11 PMIt seems weird to me asking this question. What is /exec command for? What is it's purpose?
The cmds / exe It has as a job Execute all the functions that the server has for example function onPlayerJoin (player, user) immediately the server loads that function or for example in the local db q = QuerySQL (db, "SELECT * FROM Admins WHERE Name = 'UrbanY' "); MessagePlayer (GetSQLColumnData (q, 0))
#38
Quote from: vitogta on Jun 14, 2018, 01:40 AMIt should be firewall settings
PS: I wonder why browser is not autohiding inaccessible servers in internet tab.

is not that
#39
The error is that I publish my server and it does not appear to other users I have everything configured, before it worked but I do not know what happens now can someone describe the error?


Link : ftp://oi66.tinypic.com/k9vtr4.jpg
#40
if(InPoly( player.Pos.x, player.Pos.y, -834.547, -386.178, -834.547, -385.178, -834.547, -384.365, -834.547, -383.319, -834.547, -382.178, -834.547, -381.6, -834.547, -380.35, -834.547, -379.334, -834.547, -378.318, -834.547, -377.287, -835.275, -376.645, -836.166, -376.645, -837.275, -376.645, -837.947, -376.645, -839.072, -376.645 ))
{
I_MSG("you have been desalified from the event", player);
player.World = 1;
}

this does not work for me can someone help me do better?
#41
Support / Re: Wep
Jun 01, 2018, 10:11 PM
hay alguna funcion que sea como: else if ( id == 100 ) return "Bulldog";
#42
Support / Re: Wep
Jun 01, 2018, 08:20 PM
Quote from: vitogta on Jun 01, 2018, 06:04 PMCustom Weapons?
Yes.
But when you giving a custom weapon to player you can store info about it in player's data. So it's easy to detect any ID of weapon even without native support.
If with id it works but only goes with the set wep since my system works with the name of the weapon not the id
#43
Support / Wep
Jun 01, 2018, 05:49 PM
CMD /wep no identify weapon mods

CMD/wep No identifica armas mods
#44
like ago to change the 407 pickup to 406 once I bought a prop?
#45
Quote from: =RK=MarineForce on May 13, 2018, 04:33 PMonly for me showing ? unknow? and others tooo?

i hosted it at DMz Host At Router

Edit the ipcountry.nut and where it says unknow change it to your liking when you enter it will come out that.