View difference between Paste ID: K5iaGrAB and gnZv7Pre
SHOW: | | - or go back to the newest paste.
1
public OnPluginStart(){
2
	g_Time = CreateConVar("sm_test", "15.0", "Sets a time", _, true, 15.0);
3
		if(GetConVarInt(g_OnOther) != 0)
4
			g_othertime = GetConVarFloat(g_Time) * 60;
5
}
6
7
public OnClientConnected(){
8-
	LogError("The Review time is %d and The Float is %d", g_othertime, GetConVarFloat(g_Review));
8+
	LogError("The Review time is %d and The Float is %d", g_othertime, GetConVarFloat(g_Time));
9
}
10
11
12
// The Error
13-
L 07/12/2014 - 17:47:52: [test.smx] The Review time is 1147207680 and The Float is 1097859072
13+
L 07/12/2014 - 17:47:52: [test.smx] The time is 1147207680 and The Float is 1097859072