What;s worng here?(I hope I can get an answer as soon as possible)
#3

pawn Код:
SendClientMessageToAll(COLOR_PURPLE,"Player %s has been healed by medic %s");


Also, instead of using IsPlayerConnected, you could do:
pawn Код:
if(GetPlayerHealth(p2,health))
{
    // He is connected, do stuff
}
Reply


Messages In This Thread

Forum Jump:


Users browsing this thread: 3 Guest(s)