26.02.2014, 09:02
i deleted this script and others TD not even apear in game code of those TD's:
pawn Код:
SetPlayerPos( playerid, 2260.76, -1210.45, 1049.02 );
SetPlayerInterior( playerid, 10 );
TogglePlayerControllable( playerid, false );
new Namass = GetHouseID( playerid );
SetPlayerVirtualWorld( playerid, nInfo[ Namass ][ namoID ] );
zInfo[ playerid ][ currenthouse ] = Namass;
zInfo[ playerid ][ yraname ] = Namass;
new msg[ 256 ];
format( msg, sizeof( msg ), "Namo Kaina: ~r~%i~g~LT", nInfo[ Namass ][ namoKaina ] );
TextDrawSetString( Namas0, msg );
TextDrawShowForPlayer( playerid, Namas0 );
format( msg, sizeof( msg ), "Interjiero Kaina: ~r~%i~g~LT", nInfo[ Namass ][ namoKaina ] );
TextDrawSetString( Namas1, msg );
TextDrawShowForPlayer( playerid, Namas1 );
pawn Код:
Namas0 = TextDrawCreate( 220.000000, 50.000000, "Namo Kaina: 50000LT" );
TextDrawBackgroundColor( Namas0, 255 );
TextDrawFont( Namas0, 1 );
TextDrawLetterSize( Namas0, 0.500000, 1.000000 );
TextDrawColor( Namas0, -1 );
TextDrawSetOutline( Namas0, 0 );
TextDrawSetProportional( Namas0, 1 );
TextDrawSetShadow( Namas0, 1 );
TextDrawSetSelectable( Namas0, 0 );
Namas1 = TextDrawCreate( 212.000000, 65.000000, "Interjiero Kaina: 3000LT" );
TextDrawBackgroundColor( Namas1, 255 );
TextDrawFont( Namas1, 1 );
TextDrawLetterSize( Namas1, 0.500000, 1.000000 );
TextDrawColor( Namas1, -1 );
TextDrawSetOutline( Namas1, 0 );
TextDrawSetProportional( Namas1, 1 );
TextDrawSetShadow( Namas1, 1 );
TextDrawSetSelectable( Namas1, 0 );