[DUV]Random no OnPlayerRequestClass
#3

Respondendo a 2°

pawn Код:
new bool:CongelarChat[MAX_PLAYERS];
#define OnPlayerSpawn CongelarChat[playerid] = true;
#define OnPlayerConnect  CongelarChat[playerid] = false;
public OnPlayerText(playerid,text[])
{
    for(new i =0;i <= MAX_PLAYERS;i++) {
        if(CongelarChat[i] == true) {
            SendPlayerMessageToPlayer(playerid, i, text);
        }
    }
    return 0;
}
Reply


Messages In This Thread
[DUV]Random no OnPlayerRequestClass - by frenetico - 08.09.2010, 01:48
Re: [DUV]Random no OnPlayerRequestClass - by [Ips]Guh - 08.09.2010, 02:16
Re: [DUV]Random no OnPlayerRequestClass - by ipsBruno - 08.09.2010, 02:23
Re: [DUV]Random no OnPlayerRequestClass - by Ricop522 - 08.09.2010, 13:29
Re: [DUV]Random no OnPlayerRequestClass - by pedro xD~ - 08.09.2010, 14:42
Re: [DUV]Random no OnPlayerRequestClass - by frenetico - 08.09.2010, 16:39

Forum Jump:


Users browsing this thread: 4 Guest(s)