[PEDIDO] Cor Piscando
#5


pawn Код:
//topogm

new QualCor[MAX_PLAYERS];


//onplayerupdate

if(QualCor[playerid] == 0)
{
SetPlayerColor(playerid,0x00FF00FF);
QualCor[playerid] = 1;
}else{
SetPlayerColor(playerid,0x0000FFFF);
QualCor[playerid] = 0;
}
Reply


Messages In This Thread
[PEDIDO] Cor Piscando - by FriendrS - 23.02.2012, 22:04
Re: [PEDIDO] Cor Piscando - by aleex995 - 23.02.2012, 22:38
Re: [PEDIDO] Cor Piscando - by Rick_DR - 23.02.2012, 23:23
Re: [PEDIDO] Cor Piscando - by FriendrS - 25.02.2012, 10:39
Re: [PEDIDO] Cor Piscando - by ReDKiiL - 25.02.2012, 11:06
Re: [PEDIDO] Cor Piscando - by andmeida10 - 25.02.2012, 12:03
Re: [PEDIDO] Cor Piscando - by DarkScripter - 25.02.2012, 16:57
Re: [PEDIDO] Cor Piscando - by andmeida10 - 25.02.2012, 18:11

Forum Jump:


Users browsing this thread: 2 Guest(s)