#1

~~~~~~~~
Reply
#2

pawn Код:
if(fineTextOnScreen[pID] == 1)
{
    TextDrawDestroy(fine0[pID], TextDrawDestroy(fine1[pID]);
    // more..
}
Reply
#3

~~~~~~
Reply
#4

yes u can just do
Код:
if(fineTextOnScreen[pID] == 1) 
{
    TextDrawDestroy(fine0[pID], TextDrawDestroy(fine1[pID]);
    // more..
}
if(warnTextOnScreen[pID] == 1)
    {
        TextDrawDestroy(warn[pID]);
        KillTimer(warnTimer);
    }
Reply
#5

~~~~~~
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)