Textdraw doesn't show - Help
#1

why my textdraw won't show to me and other players?!?!

Код:
new Text:verzijamoda;
Код:
//TDOVI
verzijamoda = TextDrawCreate(503.5 ,110 , "WS:DM v1.0");
TextDrawBackgroundColor(verzijamoda, 255);
TextDrawFont(verzijamoda , 1);
TextDrawLetterSize(verzijamoda, 0.210000, 1.100000);
TextDrawColor(verzijamoda , -1);
TextDrawSetOutline(verzijamoda , 1);
TextDrawSetProportional(verzijamoda , 1);
TextDrawSetShadow(verzijamoda , 0);
onplayerconnect:
Код:
	TextDrawShowForPlayer(playerid, verzijamoda);
Reply
#2

TextDrawShowForPlayer(playerid, verzijamoda);
Try in onplayerconnect
Reply
#3

Quote:
Originally Posted by [HRD]Mar1
Посмотреть сообщение
TextDrawShowForPlayer(playerid, verzijamoda);
Try in ongamemodeinit
OnGameModeInit hasn't "playerid" param.
Reply
#4

Quote:
Originally Posted by [HRD]Mar1
Посмотреть сообщение
TextDrawShowForPlayer(playerid, verzijamoda);
Try in onplayerconnect
it won't help me, oz i have textdraws under "onplayerConnect" and they working but this textdraw doesn't work
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)