Textdraw doesn't show - Help - Printable Version
+- SA-MP Forums Archive (
https://sampforum.blast.hk)
+-- Forum: SA-MP Scripting and Plugins (
https://sampforum.blast.hk/forumdisplay.php?fid=8)
+--- Forum: Scripting Help (
https://sampforum.blast.hk/forumdisplay.php?fid=12)
+--- Thread: Textdraw doesn't show - Help (
/showthread.php?tid=401727)
Textdraw doesn't show - Help -
FL3GM4 - 23.12.2012
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);
Re : Textdraw doesn't show - Help -
[HRD]Mar1 - 23.12.2012
TextDrawShowForPlayer(playerid, verzijamoda);
Try in onplayerconnect
Re: Re : Textdraw doesn't show - Help -
Evoturk - 23.12.2012
Quote:
Originally Posted by [HRD]Mar1
TextDrawShowForPlayer(playerid, verzijamoda);
Try in ongamemodeinit
|
OnGameModeInit hasn't "playerid" param.
Re: Re : Textdraw doesn't show - Help -
FL3GM4 - 23.12.2012
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