20.11.2009, 22:00
Код:
// Second Life Virtual: Sistema de Herido forward CheckVida(); public CheckVida() { new Float:Life; for(new i=0;i<MAX_PLAYERS;i++) { if(IsPlayerConnected(i)) { GetPlayerHealth(i,Life); if(Life < 20.1) { new Float:X,Float:Y,Float:Z; GetPlayerPos(i,X,Y,Z);SetPlayerPos(i,X,Y,Z);TogglePlayerControllable(i,0); if(!IsPlayerInAnyVehicle(i)) ApplyAnimation(i, "CRACK", "crckdeth2", 4.0, 1, 0, 0, 0, 0); { //SendClientMessage(i,COLOR_LIGHTRED," ACTIVA ESTO Y PON UN MENSAJE PARA K LE LLEGE AL JUGADOR SI LO DESEAS."); }
PD: Recuerda agregar los "new" y los "forward"