This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
// New color | |
#define COLOR_WGREEN 0x00ff00AA | |
//Переменная | |
new MpId; | |
// Сама команда | |
CMD:setmp(playerid, params[]) | |
{ | |
(CheckAdmin(playerid, 1)); |