Nothing important

This commit is contained in:
David Anderson 2004-05-26 06:21:37 +00:00
parent a21537f644
commit 2ee078bada

View File

@ -178,7 +178,7 @@ static cell AMX_NATIVE_CALL cs_set_user_deaths(AMX *amx, cell *params) // cs_set
// Update scoreboard here..? // Update scoreboard here..?
MESSAGE_BEGIN(MSG_ALL, GET_USER_MSG_ID(PLID, "ScoreInfo", NULL)); MESSAGE_BEGIN(MSG_ALL, GET_USER_MSG_ID(PLID, "ScoreInfo", NULL));
WRITE_BYTE(params[1]); WRITE_BYTE(params[1]);
WRITE_SHORT(pPlayer->v.frags); WRITE_SHORT((int)pPlayer->v.frags);
WRITE_SHORT(params[2]); WRITE_SHORT(params[2]);
WRITE_SHORT(0); // dunno what this parameter is (doesn't seem to be vip) WRITE_SHORT(0); // dunno what this parameter is (doesn't seem to be vip)
WRITE_SHORT(*((int *)pPlayer->pvPrivateData + OFFSET_TEAM)); WRITE_SHORT(*((int *)pPlayer->pvPrivateData + OFFSET_TEAM));