SA-MP/server/scrhttps.cpp

15 lines
276 B
C++
Raw Normal View History

#include "main.h"
//----------------------------------------------------------------------------------
CScriptHttps::CScriptHttps()
{
2023-11-25 23:11:23 +08:00
for (int i=0; i<200; i++)
{
field_0[i] = 0;
}
}
//----------------------------------------------------------------------------------