03.05.2012, 21:11
Quote:
|
Edit: I make like you guys said,same error at same line.Full function:
pawn Код:
pawn Код:
|
pawn Код:
public InfoUpdate( )
{
new
cashStr [ 128 ];
for( new u; u < MAX_PLAYERS; u ++ )
{
format( cashStr, sizeof( cashStr ), "%i", GetPlayerMoney( i ) );
TextDrawSetString( Hp [ u ], cashStr );
}
return true;
}


