[PEDIDO] zm mode
#3

pawn Код:
enum Groups
{
 Zombie,
 Humano,
};
pawn Код:
new Informacoes[MAX_PLAYERS][Groups];
pawn Код:
if(strcmp("/serzombie", cmdtext, true) == 0)
{
     Informaзхes[playerid][Zombie] = 1;
     SendClientMessage(playerid, CorZ, "Vocк virou zombie e.e!");
     return 1;
}
pawn Код:
if(strcmp("/serhumano", cmdtext, true) == 0)
{
     Informaзхes[playerid][Humano] = 1;
     SendClientMessage(playerid, CorH, "Vocк virou humano ^^!");
     return 1;
}
Reply


Messages In This Thread
[PEDIDO] zm mode - by tivin - 02.05.2011, 19:39
Respuesta: [PEDIDO] ZM MODE - by tivin - 02.05.2011, 20:07
Re: [PEDIDO] ZM MODE - by Macintosh - 02.05.2011, 20:16
Re: [PEDIDO] ZM MODE - by JonathanFeitosa - 02.05.2011, 20:22
Respuesta: [PEDIDO] ZM MODE - by tivin - 02.05.2011, 20:23
Re: [PEDIDO] ZM MODE - by Macintosh - 02.05.2011, 21:00
Respuesta: [PEDIDO] ZM MODE - by tivin - 02.05.2011, 21:36
Re: [PEDIDO] ZM MODE - by Katros - 02.05.2011, 21:44
Respuesta: [PEDIDO] ZM MODE - by tivin - 02.05.2011, 21:52
Re: [PEDIDO] zm mode - by Macintosh - 02.05.2011, 21:58

Forum Jump:


Users browsing this thread: 1 Guest(s)