[Ajuda] 3DTextLabel
#8

Quote:
Originally Posted by dPlaYer_
Посмотреть сообщение
Sim ,na onplayer death request class / spawn
pawn Код:
public OnPlayerRequestSpawn(playerid)
{
    return 0;
}

public OnPlayerRequestClass(playerid, classid)
{
    return 0;
}

public OnPlayerDeath(playerid, killerid, reason)
{
    SendDeathMessage(killerid, playerid, reason);
    AtualizarCores(playerid);
    SpawnPlayer(playerid);
    if(IsPlayerInPSkate(playerid))
    {
        Dominando[playerid] = 0;
        ProvocouSkate[playerid] = 0;
    }
    return 0;
}
#O 3DText Continua sem botar pra outros players.. sу pega em 1
Ele nao para de continuar com return 0

o SetTimer para fazer update nao iria criar voce deve fazer criar ao spawn a primeira vez!
Reply


Messages In This Thread
3DTextLabel - by dPlaYer_ - 13.12.2012, 14:09
Re: 3DTextLabel - by TugaBR - 13.12.2012, 14:14
Re: 3DTextLabel - by dPlaYer_ - 13.12.2012, 14:17
Re: 3DTextLabel - by Don_Speed - 13.12.2012, 14:18
Re: 3DTextLabel - by dPlaYer_ - 13.12.2012, 14:28
Re: 3DTextLabel - by Don_Speed - 13.12.2012, 14:33
Re: 3DTextLabel - by dPlaYer_ - 13.12.2012, 14:40
Re: 3DTextLabel - by Don_Speed - 13.12.2012, 14:53
Re: 3DTextLabel - by dPlaYer_ - 13.12.2012, 15:48
Re: 3DTextLabel - by Maklister - 13.12.2012, 16:42

Forum Jump:


Users browsing this thread: 1 Guest(s)