mirror of
https://github.com/dashr9230/SA-MP.git
synced 2024-12-11 16:34:09 +00:00
15 lines
276 B
C++
15 lines
276 B
C++
|
|
#include "main.h"
|
|
|
|
//----------------------------------------------------------------------------------
|
|
|
|
CScriptHttps::CScriptHttps()
|
|
{
|
|
for (int i=0; i<200; i++)
|
|
{
|
|
field_0[i] = 0;
|
|
}
|
|
}
|
|
|
|
//----------------------------------------------------------------------------------
|