06.08.2016, 15:21
ey man i'm using
maybe i need to use anyother.. i dont know
maybe i need to use anyother.. i dont know
Quote:
plugins crashdetect.so sscanf.so streamer.so MapAndreas.so Whirlpool.so nativechecker.so |
Quote:
stock AdminMsg(playerid, cmdused[]) { new str1[128]; format(str1,sizeof(str1),"Admin %s (%d) Issued Command /%s.",pname(playerid),playerid,cmdused); Admin(str1); foreach(new i : Player) { if(pInfo[playerid][AdminLevel] >= 1) { if(pInfo[playerid][AdminLevel] <= 5) { if(pInfo[i][AdminLevel] >= 1) { if(LoginCheck[i] == 1) { SendClientMessage(i,COLOR_HOTPINK,str1); } } } } } return 1; } |
Quote:
//Includes #include <a_samp> #include <sscanf2> #include <izcmd> #include <dini> #include <streamer> #include <foreach> #include <YSI\y_ini> #include <YSI\y_master> #include <mSelection> #include <mapandreas> #include "../include/gl_common.inc" |