[PGL]Propunere

..:: In aceasta sectiune discutam despre server cat si problemele acestuia care trebuie rezolvate intr-un timp cat mai scurt ::..
Forum rules
Image
Locked
User avatar
Rusu Radu
Moderator
Moderator
Posts: 2018
Joined: 8 years ago
Location: Dozer
Has thanked: 21 times
Been thanked: 7 times
Zodiac:
Age: 24
Contact:
Status: Offline
Jamaica

4 years ago

Propun sa se adauge urmatoarele pluginuri

[Please login or register to view this link]
[Please login or register to view this link]
[Please login or register to view this link]
Schimbare nume automat

Code: Select all

/* Plugin generated by AMXX-Studio */

#include <amxmodx>

#define PLUGIN "New Plugin"
#define VERSION "1.0"

#define	TASK_NAME	06091993

new const g_szDefaultName[ ] = "AICI MODIFICI [PGL.CSG] Jucator >>> ";

new g_szRestrictedThings[ ][ ] =
{
	"http://",
	".ro",
	".ru", 
	".ua", 
	".com", 
	".net", 
	".org", 
	".biz", 
	".info", 
	".su", 
	":270",
	".",
	",",
	"["
}


public plugin_init( )
{
	register_plugin( PLUGIN, VERSION, "Askhanar" );
	
	// Add your code here...
}

public client_putinserver( id )
{
	if( is_user_bot( id ) || is_user_hltv( id ) )
		return;
		
	if( !task_exists( id + TASK_NAME ) )
		set_task( 1.5, "TaskCheckName", id + TASK_NAME );
		
}

public TaskCheckName( id )
{
	id -= TASK_NAME;
	if( !is_user_connected( id ) )
		return;
		
	new szName[ 32 ];
	get_user_name( id, szName, sizeof ( szName ) -1 );
	
	for( new i = 0; i < sizeof ( g_szRestrictedThings ); i++ )
	{
		if( containi( szName, g_szRestrictedThings[ i ] ) != -1 )
		{
			
			//client_cmd( id, "name ^"%s^"", g_szDefaultName );
			set_user_info( id, "name", g_szDefaultName );
			
		}
	}
}
Viaţa însăşi este magie, iar dacă nu crezi asta, măcar încearcă să o trăieşti ca pe ceva magic.


©Rusu Radu

2024 CSGAMERS IS HERE
User avatar
canceru
Administrator
Administrator
Posts: 2294
Joined: 8 years ago
Location: UK
Has thanked: 14 times
Been thanked: 8 times
Zodiac:
Age: 46
Contact:
Status: Online

4 years ago

:pro:
Image
Image
Image


Nu Deschide :45:

[spoiler]Image[/spoiler]
User avatar
Aneimar
Fondator
Fondator
Posts: 1901
Joined: 8 years ago
Location: RO - DE
Has thanked: 0
Been thanked: 11 times
Zodiac:
Age: 28
Contact:
Status: Offline
Romania

4 years ago

Propunere acceptata doar pentru pariuri si duel cutite , restul nu sunt necesare .
:tc:
Image


|¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯•.•¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯|
Image
|___________________________.•.___________________________|

|¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯•.•¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯|
Image
|___________________________.•.___________________________|

|¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯•.•¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯|
Image
|___________________________.•.___________________________|
Locked

Return to “Discutii | Probleme”