MSVC8 Project File + SDK Update + Some Newline Fixes

This commit is contained in:
Scott Ehlert
2006-04-07 09:24:27 +00:00
parent 9c2f98e1eb
commit 38305fdd4f
6 changed files with 655 additions and 35 deletions

View File

@ -100,7 +100,7 @@ static cell AMX_NATIVE_CALL get_user_score(AMX *amx, cell *params){
CHECK_PLAYER(index);
CPlayer* pPlayer = GET_PLAYER_POINTER_I(index);
if (pPlayer->ingame)
return pPlayer->savedScore;
return (cell)pPlayer->savedScore;
return -1;
}
@ -385,4 +385,4 @@ AMX_NATIVE_INFO base_Natives[] = {
///*******************
{ NULL, NULL }
};
};