[HELP] intro black textdraw
#1

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;
}
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)