Quote:
Originally Posted by EvelioCuenca
Bien Gracias unas preguntas para sumarle uso esto
Blue++;
asi le sumo o no
Otra cosa me sale dos warnings en la parte de
pawn Код:
public OnPlayerKeyStateChange(playerid, newkeys, oldkeys) { if(newkeys == KEY_FIRE) { if(Key[playerid] == 1) { if(sRed[playerid] == 1) { new rand = random(Red); //maximo de tus slots o jugadores por equipo. Yo lo hago por el quipo rojo. TogglePlayerSpectating(playerid, Red); } else if(sBlue[playerid] == 1) { new rand = random(Blue); TogglePlayerSpectating(playerid, Blue); } } } return 1; }
Me sale estos warnings en la linea de los rand
warning 204: symbol is assigned a value that is never used: "rand"
|
Sн estб bien. Tambiйn lo podes poner asн