[HELP] Screen TEXT
#1

Hi i have a question for you. Can you make me a Screen textdraw like that pickture And when any player type /screenoff, that screen text will don't show for him!!! AND If player type /screenon the screen will show again!!!


See a photo )) PLEASE HELP ME

sa-mp-241.jpg
Reply
#2

pawn Код:
enum sc
{
    ShowScreen,
}
new ScreenInfo[MAX_PLAYERS][sc];

ScreenInfo[playerid][ShowScreen] = 1; //Put that under OnPlayerConnect callback.

COMMAND:screen(playerid, params[])
{
    if(ScreenInfo[playerid][ShowScreen] == 1)
    {
        ScreenInfo[playerid][ShowScreen] = 0;
        TextDrawShowForPlayer(playerid, textdrawname);
        //TextDrawShowForPlayer(playerid, textdrawname); You can add another here...and so on.
    }
    else
    {
        ScreenInfo[playerid][ShowScreen] = 1;
        TextDrawHideForPlayer(playerid, textdrawname);
        //TextDrawHideForPlayer(playerid, textdrawname); You can add another here...and so on.
    }
    return 1;
}
Reply
#3

Use this : https://sampforum.blast.hk/showthread.php?tid=117851

Most easy way to create textdraw with command.

(Imaš sve objašnjeno)
Reply
#4

haha thanks!! Hvala Done hahaa! pricamo na nasem jezku D ghahaha aj sad cu vidim to
Reply
#5

Aj , ako zapneš javi
Reply
#6

- BSN Image2Textdraw (https://sampforum.blast.hk/showthread.php?tid=277136) - by bhaveshnande
- BSN TD editor Online (https://sampforum.blast.hk/showthread.php?tid=254315) - by bhaveshnande
- EddyText (https://sampforum.blast.hk/showthread.php?tid=87144) - by refshal
- Image2TextDraw (https://sampforum.blast.hk/showthread.php?tid=274064) - by gamer931215
- TD tips (https://sampforum.blast.hk/showthread.php?tid=2867) - by Betamaster
- TextDrawCreate (https://sampwiki.blast.hk/wiki/TextDrawCreate) - by Samp-Team
- YSI(*) (https://sampforum.blast.hk/showthread.php?tid=61548) - by ******
- Zamaroht's TD editor (https://sampforum.blast.hk/showthread.php?tid=117851) - by Zamaroht


-Wesley221's thread
Reply
#7

ouu! Thank you so much
Reply
#8

Speak english, in the english forums. Or go to another language forum.
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)