Hello all, and thanks.
Error :
SOLVED :
Originally Posted by SOLVED BY JAVAZ97
Hello all, and thanks.
Error :
SOLVED :
Originally Posted by SOLVED BY JAVAZ97
Last edited by ectoplasMJ; 28-03-14 at 09:01 PM.
check this
SoundSys.Set3DAttributes(footStepsSnd, &GetPosition(), 0, 0);
static const float SpawnRatesByState[] = {
0, //PLAYER_IDLE,
0, //PLAYER_IDLEAIM,
0.6f, //PLAYER_MOVE_CROUCH,
0.54f, //PLAYER_MOVE_CROUCH_AIM,
0.49f, //PLAYER_MOVE_WALK_AIM,
0.95f, //PLAYER_MOVE_RUN,
1.0f, //PLAYER_MOVE_SPRINT,
0.95f, //PLAYER_MOVE_SWIM,
0.95f, //PLAYER_MOVE_SWIM,
0.95f, //PLAYER_MOVE_SWIM,
0.95f, //PLAYER_MOVE_SWIM,
0.95f, //PLAYER_MOVE_SWIM,
1.0f, //PLAYER_MOVE_PRONE, // TEST TEST
1.0f, //PLAYER_MOVE_PRONE_AIM,
1.0f, //PLAYER_PRONE_AIM,
1.0f, //PLAYER_PRONE_UP,
0, //PLAYER_PRONE_DOWN,
0, //PLAYER_PRONE_IDLE,
0, //PLAYER_PLAYER_DIE,
};
COMPILE_ASSERT(R3D_ARRAYSIZE(SpawnRatesByState) == PLAYER_NUM_STATES); // 01 work
float spawnRate = SpawnRatesByState[PlayerState];
if(hitResult == false && !bSwim)
- - - Updated - - -
# RSBuild.xml
<build>
<output dir="build\data"/>
<cdn url="http://xxxxx/wz/"/>
<!-- set base archive for incremental update -->
<!-- <base file="build\data\wz341D0505"/> -->
<!-- include EULA file -->
<include mask="eula-en.htm"/>
<include mask="eula-en.rtf"/>
Thanks.. I solved that errors
Now.. I have new error in warz.sln :
shutdown server and re compile....
The problem is with EclipseStudio
Errors :
1: http://gyazo.com/ad91155387eb379d590764a811e75c11
000000.069| WOApi: Connect to 127.0.0.1000000.069| WOApi: api_GetDataGameRewards.aspx NETWORK time: 0.0016
000000.069| WO_API: returned http404
000000.069| ApiGetDataGameRewards FAILED, code: 8
000000.069| !!! ERROR: failed to get game rewards
000000.070| !!! crashed
000000.070| Creating minidump at logss\GS_1000004350891.dmp
000000.134| Minidump created.![]()
My users are dbowner and admins.
2 :
![]()
Fix
WO_API: returned http404
check api and path and config
How fix api? And what with the error 2? Thanks you !
Bump. .