[Ajuda] Duvida!
#8

Bool \/
pawn Код:
#include a_samp
new bool:DonText[MAX_PLAYERS];
public OnPlayerConnect(playerid)
{
    DonText[playerid] = false;
    return 1;
}
public OnPlayerRequestSpawn(playerid)
{
    DonText[playerid] = true;
    return 1;
}
public OnPlayerText(playerid, text[])
{
    if(DonText[playerid] == false)return 0;
    return 0;
}
Reply


Messages In This Thread
Duvida! - by jdsfenix - 07.12.2012, 02:53
Re: Duvida! - by lukas_loky - 07.12.2012, 03:03
Re: Duvida! - by Schocc - 07.12.2012, 03:14
Re: Duvida! - by jdsfenix - 07.12.2012, 03:17
Re: Duvida! - by zSuYaNw - 07.12.2012, 03:28
Re: Duvida! - by jdsfenix - 07.12.2012, 03:35
Re: Duvida! - by jdsfenix - 07.12.2012, 16:03
Re: Duvida! - by Don_Speed - 07.12.2012, 16:54
Re: Duvida! - by Maklister - 07.12.2012, 18:07

Forum Jump:


Users browsing this thread: 1 Guest(s)