/* Plugin Template generated by Pawn Studio */ #include #include "W3SIncs/War3Source_Interface" new Handle:g_hCvarEnable = INVALID_HANDLE; new String:hintstring[4096]; public Plugin:myinfo = { name = "WCX RPG Text Display", author = "necavi", description = "<- Description ->", version = "0.1", url = "<- URL ->" } public OnPluginStart() { g_hCvarEnable = CreateConVar("War3_RightTextDisp","1","Enables the right-hand text display of war3source information",_,true,0.0,true,1.0); RegConsoleCmd("sm_display",SetHint,"Sets the hintstring"); } public ignorewarnings(){ GetConVarInt(g_hCvarEnable); } public OnMapStart() { CreateTimer(1.0,Print_Level,_,TIMER_REPEAT|TIMER_FLAG_NO_MAPCHANGE); } public Action:Print_Level(Handle:timer, any:data) { for(new i;i