[AJUDA] TextDraw Diferente para cada player
#4

no onfilterscriptexit tem q fazer um loop pra deletar todos os textdraws

pawn Код:
public OnFilterScriptExit()
{
    for(new i=0; i<MAX_PLAYERS; i++)
    {
        TextDrawHideForAll(Coisa[i]);
        TextDrawDestroy(Coisa[i]);
        return true;
    }
}
Reply


Messages In This Thread

Forum Jump:


Users browsing this thread: 1 Guest(s)