AlliedModders

AlliedModders (https://forums.alliedmods.net/index.php)
-   CSDM (https://forums.alliedmods.net/forumdisplay.php?f=87)
-   -   NoobResetScore (https://forums.alliedmods.net/showthread.php?t=307656)

SkubiDu 05-20-2018 11:23

NoobResetScore
 
1 Attachment(s)
Im maked plugin,NoobResetScore.

Code is:

#include <amxmodx>
#include <amxmisc>
#include <colorchat>

#define PLUGIN "NoobResetScore"
#define VERSION "2.4.7"
#define AUTHOR "SkubiDu"


public plugin_init() {
register_plugin(PLUGIN, VERSION, AUTHOR)

register_clcmd("say/nrs", "NoobResetScore")
}
public NoobResetScore(id)
{

ColorChat(id, TEAM_COLOR, "Uspesno ste restartovali svoj skor na 0.Srecno!")
}

Instalation:

NoobResetScore.amxx->plugins


To activate plugin open plugins.ini and go down,type NoobResetScore.amxx


All times are GMT -4. The time now is 06:58.

Powered by vBulletin®
Copyright ©2000 - 2024, vBulletin Solutions, Inc.