12-05-2023, 01:07 PM
eXeLLenTee Wrote:Kerkoj nje ClanWar managment si bojn qito komanda:
/start, /stop, etj
Code:
https://forums.alliedmods.net/showthread.php?p=228290bbeessjjaann Wrote:a dini naj plugins qe osht kur e vran dikan qe ta qet e ki rrok ne krye ne krah ne bark etj.. edhe ni plugins qe kur tfolin adminat me ja qit [admin] bessi:hahahah me shkru najsen ndihm
per ket [admin] qe pe kerkon ti ktu e ki
Code:
https://forums.alliedmods.net/showthread.php?t=183491ProxyPro Wrote:kerkoj kta plugins /say mu nal say u mbyll /say say u hap , edhe me dit sa sa jon skuadrat , edhe mos me mujt me hi pllejerat kur jan ncm 5vs 5 qikaq qe munesh me mi gjet kishe ba mire
nese din me punu me script
Code:
#include <amxmodx>
new enabled
public plugin_init()
{
register_plugin( "Text Chat Stop", "0.1", "wrecked_" )
enabled = register_cvar( "tc_enabled", "1" )
register_clcmd( "say", "stop_say" )
}
public stop_say( id )
{
if( get_pcvar_num( enabled ) == 0 )
return PLUGIN_CONTINUE;
else {
client_print( id, print_chat, "[AMXX] Command not allowed on this server!" )
return PLUGIN_HANDLED_MAIN;
}
}ose edhe ktu e ki
Code:
http://forums.alliedmods.net/showthread.php?t=114313Faleminderit !
![[Image: raesremm.jpg]](http://assets.noisey.com/content-images/contentimage/87254/raesremm.jpg)


