Page 1 of 1

CERERE PLUGIN nu am gasit nicaieri :D !

Posted: 23 Sep 2010, 16:16
by sacrificee
Doresc si eu sau daca se poate modifica pluginul amx execclient sau pot da pe steamid nu doar pe name
Sugestie de plugin : http://forums.alliedmods.net/showthread.php?p=3313
de ex: eu vreau sa dau amx_execclient STEAM_0:1:13627872 disconnect, dar cu pluginul acesta nu merge..
Probabil aici trebuie modificat ceva :

Code: Select all

	else if(equal(cmd,"client")) {
		new text[64], name[32]
		read_args(text,64)
		parse(text,name,32)
		new cid = find_player("lb",name)
		if (!cid) {
			id ? client_print(id,print_console,"[AMXX] Client with that part of name not found") : server_print("[AMXX] Client with that part of name not found")
			return PLUGIN_HANDLED
		}
		new length = strlen(name)
		new message[64]
		read_args(message,64)
		client_cmd(cid,message[length])
	}
MS Anticipat , EXTREAMCS ! ;)