Textdraw
#1

Hi all i have a small problem with this:
pawn Код:
format ( str1 , 50 , "Yes:~r~%d " , Yes ) ;
    TextDrawSetString ( mVote4 , str1 ) ;
    format ( str2 , 50 , "No:~r~%d " , No ) ;
    TextDrawSetString ( mVote5 , str2 ) ;
    if ( VotedFor == 0 ) { map = "Ghost Village" ; } else if ( VotedFor == 1 ) { map = "Ghost Town" ; }
    format ( str3 , 256 , "Vote for map:~r~%s " , map ) ;
    TextDrawSetString ( mVote0 , str3 ) ;
    loop ( i , MAX_PLAYERS )
    {
        TextDrawShowForPlayer ( i , mVote0 ) ;
        TextDrawShowForPlayer ( i , mVote4 ) ;
        TextDrawShowForPlayer ( i , mVote5 ) ;
    }
I put this on OnPlayerUpdate , but when i put it with textdraw only it shows, but when i try with TextDrawSetString, it shows me not all TD:
It must be :


BUt i have:


PLEASE HELP ME !

PS: Soryy for my English
Reply


Messages In This Thread
Textdraw - by DAVIDXP - 13.07.2013, 15:54
Re: Textdraw - by DAVIDXP - 14.07.2013, 08:30
Re: Textdraw - by DAVIDXP - 14.07.2013, 08:55

Forum Jump:


Users browsing this thread: 1 Guest(s)