Spect a tu asesino cuando te matan
#4

pawn Код:
SetTimerEx("muerto", 1000 * 8, "ii", playerid, killerid); // Timer de 8 segundos


forward muerto(playerid, killerid);
public muerto(playerid, killerid) // Despues de 8 segundos
{
    TogglePlayerSpectating(playerid, 0);
    TogglePlayerSpectating(killerid, 0);
    return 1;
}
Reply


Messages In This Thread
Spect a tu asesino cuando te matan - by Software - 26.04.2011, 22:07
Respuesta: Spect a tu asesino cuando te matan - by TheChaoz - 26.04.2011, 22:45
Re: Respuesta: Spect a tu asesino cuando te matan - by Software - 26.04.2011, 23:54
Re: Spect a tu asesino cuando te matan - by [L3th4l] - 27.04.2011, 01:47
Respuesta: Spect a tu asesino cuando te matan - by RcoN! - 27.04.2011, 16:23
Re: Respuesta: Spect a tu asesino cuando te matan - by Software - 27.04.2011, 23:06

Forum Jump:


Users browsing this thread: 1 Guest(s)