mirror of
https://github.com/dashr9230/SA-MP.git
synced 2024-12-22 22:47:29 +08:00
41 lines
424 B
C++
41 lines
424 B
C++
|
|
#include <windows.h>
|
|
#include <string.h>
|
|
|
|
int unnamed_1026B568[200];
|
|
BOOL unnamed_1026B888[200];
|
|
|
|
BOOL unnamed_100B2AF0()
|
|
{
|
|
memset(unnamed_1026B888, 0, sizeof(unnamed_1026B888));
|
|
memset(unnamed_1026B568, 0, sizeof(unnamed_1026B568));
|
|
|
|
return TRUE;
|
|
}
|
|
|
|
int unnamed_100B2B20()
|
|
{
|
|
int x=0;
|
|
while(x!=200)
|
|
{
|
|
if(!unnamed_1026B888[x])
|
|
{
|
|
unnamed_1026B888[x] = TRUE;
|
|
return x;
|
|
}
|
|
x++;
|
|
}
|
|
return (-1);
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|