[DiscordArchive] You mean the unks?
[DiscordArchive] You mean the unks?
Archived author: MaxtorCoder • Posted: 2019-01-31T13:08:32.427000+00:00
Original source
There are 37 textures in `8hu_pvp_arathibasinbg_townhall01.wmo`
Archived author: MaxtorCoder • Posted: 2019-01-31T13:16:22.565000+00:00
Original source
```cpp
int match( char m[] )
{
local char s[] = ReadString( FTell());
if( m[0] == s[3] && m[1] == s[2] && m[2] == s[1] && m[3] == s[0] )
return 1;
return 0;
}``` I don't understand how this Array index get's out of range
Archived author: MaxtorCoder • Posted: 2019-01-31T13:16:34.722000+00:00
Original source
While it works for other files <:thonk:406373764209573906>