View Single Post
FeuerSturm
AlliedModders Donor
Join Date: Apr 2004
Old 08-23-2008 , 05:47   Re: Simple TK Manager v0.2 Updated 8/22/2008
Reply With Quote #10

@Lebson506th

replace line 59:
Code:
new Hnadle:g_CvarMessage;
with
Code:
new Handle:g_CvarMessage;
to get rid of the "tag mismatch" warnings.


replace line 155:
Code:
Format(yes, 127, "%t", "No");
with
Code:
Format(no, 127, "%t", "No");
to get the menu to display properly.
FeuerSturm is offline