02.02.2011, 02:54
I don't know if it's reported before,
but I found that you can't get the players' interior,health,armour,etc. instantly after you changing them.
Example:
Same for SetPlayerHealth and SetPlayerArmour.
This problem makes me unable to make a anti lock health,
and it also cause problems on object streamers.
but I found that you can't get the players' interior,health,armour,etc. instantly after you changing them.
Example:
pawn Код:
SetPlayerInterior(playerid,100);
printf("%d",GetPlayerInterior(playerid));
This problem makes me unable to make a anti lock health,
and it also cause problems on object streamers.