teach me with this.
#1

Can someone teach me how to create a TxTdraw on all players like the server's forums and the server's name..
Reply
#2

https://sampwiki.blast.hk/wiki/Category:...ions#Textdraws
Reply
#3

pawn Код:
new Text:forumtext; //top

//OnGameModeInit
    forumtext = TextDrawCreate(32, 428, "Website Here"); //edit site here
    TextDrawAlignment(forumtext, 1);
    TextDrawFont(forumtext, 1);
    TextDrawLetterSize(forumtext, 0.399999,2.100000);
    TextDrawColor(forumtext, 0xAA76FFFF);
    TextDrawSetShadow(forumtext, 1);
    TextDrawSetProportional(forumtext, 2);
    TextDrawSetOutline(forumtext, 1);

//OnPlayerSpawn
TextDrawShowForPlayer(playerid, forumtext);
You can edit the location, what ever..
I recommend you use a TextDraw editor.
Look in the FS's
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)