03.02.2010, 14:17
how to create text like this >>>>

//at the top with all the global vars new Text:Info; // inside OnGameModeInit() Info = TextDrawCreate(470,450,"YOUR WEBSITE HERE")// change text inside here TextDrawColor(header,0xffffffff);// change to desired colour TextDrawSetOutline(Info,1);// outline TextDrawSetShadow(Info,0);// 0 is no shadow 1 is shadow // inside OnPlayerConnect TextDrawShowForAll(header);
TextDrawShowForAll(header);
TextDrawColor(header,0xffffffff);// change to desired colour
Originally Posted by ReteLikker
change the text "header" to "Info"
|
Originally Posted by ReteLikker
not 'i' but 'I'
|