29.12.2010, 13:36
(
Последний раз редактировалось Nameless303; 29.12.2010 в 19:23.
)
Hi,
I was reading on the wiki while I found this piece of code;
Now is my question what the bold parts do, I never saw such pawno code before...
Thanks
EDIT: The parts that should have been bold xd
I was reading on the wiki while I found this piece of code;
pawn Код:
// Make the players marker invisible to the player while keeping chat colour the same. Will only work correctly if SetPlayerColor has been used:
SetPlayerMarkerForPlayer( 42, 1, ( [b]GetPlayerColor( 1 ) & 0xFFFFFF00 ) );
// Make the players marker fully opaque (solid) to the player while keeping chat colour the same. Will only work correctly if SetPlayerColor has been used:
SetPlayerMarkerForPlayer( 42, 1, ([b] GetPlayerColor( 1 ) | 0x000000FF ) );
Thanks
EDIT: The parts that should have been bold xd