SA-MP Forums Archive
Problem on <YSI\y_td> - 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: Problem on <YSI\y_td> (/showthread.php?tid=341095)



Problem on <YSI\y_td> - Night Dreamer - 09.05.2012

PHP код:
new Style:gmyStyle;
new 
Text:tdtext;
OnGameModeInit()
{
    
gmyStyle TD_Create
    
(
        .
10.0,
        .
380.0,
        .
letterX 1.25,
        .
letterY 3.0,
        
//.textX = 10.0,
        //.textY = 10.0,
        
.colour 0xEEEEEEFF,
        .
boxColour 0x000000FF,
        .
shadow 0,
        .
outline 1,
        .
font 0,
        .
box false
    
);
}
fuction_show_this_td()
{
    
tdtext TD_DisplayForPlayer(playerid"Romania"gmyStyle, .10.0, .380.0);
    
    
//TD_SetString(tdtext,"Romania");
    
    
TD_ShowForPlayer(playeridtdtext);

I need to set the string only for 1 player...


Re: Problem on <YSI\y_td> - Night Dreamer - 10.05.2012

No one can help me ?


Re: Problem on <YSI\y_td> - Night Dreamer - 11.05.2012

I still wait for a good answers


Re: Problem on <YSI\y_td> - Night Dreamer - 11.05.2012

This is sux....