[Ajuda] Explicaзгo em Video
#8

Fiz uma booleana , mas nгo adintou, continuou criando o arquivo do player antes de se registrar.

minha OnPlayerConnect

pawn Код:
public OnPlayerConnect(playerid)
{
    SpawnarInPos[playerid] = 1;
    DadosPlayer[playerid][Logado] = 1;
    return 1;
}
minha OnPlayerRequestClass

pawn Код:
public OnPlayerRequestClass(playerid, classid)
{
    TextDrawShowForPlayer(playerid, BaixoPreto);
    TextDrawShowForPlayer(playerid, CimaPreto);
    TextDrawShowForPlayer(playerid, LoginTXT);
    TextDrawShowForPlayer(playerid, BemVindos);
    TextDrawShowForPlayer(playerid, BaixoCinza);
    TextDrawShowForPlayer(playerid, CimaCinza);
    TextDrawShowForPlayer(playerid, RegistrarTXT);
    TextDrawShowForPlayer(playerid, SairTXT);
    TextDrawShowForPlayer(playerid, RSenhaTXT);
    SelectTextDraw(playerid, 0x00FF00FF);
    return true;
}
Reply


Messages In This Thread
Explicaзгo em Video - by FernandoSS - 25.07.2014, 16:27
Respuesta: Explicaзгo em Video - by RFA - 25.07.2014, 16:41
Re: Explicaзгo em Video - by MultiKill - 25.07.2014, 16:44
Re: Explicaзгo em Video - by ViniBorn - 25.07.2014, 17:16
Respuesta: Explicaзгo em Video - by FernandoSS - 25.07.2014, 18:34
Re: Explicaзгo em Video - by UPsamp - 25.07.2014, 18:40
Re: Explicaзгo em Video - by ViniBorn - 25.07.2014, 18:42
Respuesta: Explicaзгo em Video - by FernandoSS - 25.07.2014, 19:05
Re: Explicaзгo em Video - by ViniBorn - 25.07.2014, 19:30
Respuesta: Explicaзгo em Video - by FernandoSS - 25.07.2014, 19:38

Forum Jump:


Users browsing this thread: 1 Guest(s)