SA-MP Forums Archive
[HELP] intro black textdraw - 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: [HELP] intro black textdraw (/showthread.php?tid=520162)



[HELP] intro black textdraw - Luca12 - 17.06.2014

I have problem with intro when some player intro the other players see that black textdraw but it shouldn+t be this is one of 6 intros I mean public do I put inside each of that public foreach?

pawn Код:
forward IntroStrana1(playerid);
public IntroStrana1(playerid)
{
    TextDrawShowForPlayer(playerid,Textdraw45); TextDrawShowForPlayer(playerid,Textdraw46); TextDrawShowForPlayer(playerid,Textdraw47); TextDrawShowForPlayer(playerid,Textdraw48); TextDrawShowForPlayer(playerid,Textdraw49);
    TextDrawShowForPlayer(playerid,Textdraw3); ClearChat(playerid); NovacTD(playerid,0); TextDrawHideForPlayer(playerid,ServerPoruke);
    PlayerPlaySound(playerid,1039,0.0,0.0,0.0); SetPlayerPos_H(playerid,1265.0597,-1529.2328,-62.4249); SetPlayerCameraPos(playerid,1265.0597,-1529.2328,62.4249); SetPlayerCameraLookAt(playerid,1314.5819,-1495.5293,82.3117);
    KillTimer(IntroStrana[1][playerid]);
    IntroStrana[1][playerid] = -1;
    IntroStrana[2][playerid] = SetTimerEx("IntroStrana2",7000,true,"d",playerid);
    return 1;
}