Is This Possible ? Then How [+REP] -
Mr.Tony - 20.04.2012
Well guys i would like to put this stuff in my server :
- when a player lose his health or beeing killed by anyway of ways, can he send to the hospital but , a bot of the skin that he was having will be down with the anim of /die , with a 3D Text Saying these informations :
[ Firstname_Lastname , Age : , Sexe :Male/Female , Time when he ve got killed (00:00:00) ] , if its possible i really need help on it , i really would like to have it as a Filter script or tell me what to do ,Thanks for your help

, + Reputation for my helper
Re: Is This Possible ? Then How [+REP] -
Mr.Hurley - 20.04.2012
i guess its possible.
Re: Is This Possible ? Then How [+REP] -
Mr.Tony - 20.04.2012
Quote:
Originally Posted by Mr.Hurley
i guess its possible.
|
If its possible then how to add it ?
Re: Is This Possible ? Then How [+REP] -
Gertin - 21.04.2012
You need to play with SetTimerEx
Re: Is This Possible ? Then How [+REP] -
Rudy_ - 21.04.2012
it's possible.. Long shit -.- a server got it
AW: Is This Possible ? Then How [+REP] -
Meta - 21.04.2012
Save the position of the corpse, connect a bot.
OnPlayerSpawn you teleport the bot to the position and give him the animation, the skin and the 3D Text with all the data.
Re: Is This Possible ? Then How [+REP] -
Spooky - 21.04.2012
Dude its possible.
Use Fall animation and 3dTextlabel and Update 3d Text label and time Var like.
Minutes[MAX_PLAYERS];
Seconds[MAX_PLAYERS];
Hours[MAX_PLAYERS];
if(Minutes[playerid] == 59)
{
Hours[playerid]++;
}
It will not tell the exact time when he died it will only say that How much time passed while he is here.
if you want exact time then you need your server sided clock and some coding in this system and its done.
Sorry for bad eng
Re: Is This Possible ? Then How [+REP] -
Biesmen - 21.04.2012
Quote:
Originally Posted by Spooky
Dude its possible.
Use Fall animation and 3dTextlabel and Update 3d Text label and time Var like.
Minutes[MAX_PLAYERS];
Seconds[MAX_PLAYERS];
Hours[MAX_PLAYERS];
if(Minutes[playerid] == 59)
{
Hours[playerid]++;
}
It will not tell the exact time when he died it will only say that How much time passed while he is here.
|

That script sucks ass, you probably have no idea how it works..
Quote:
Originally Posted by Spooky
if you want exact time then you need your server sided clock and some coding in this system and its done.
|
Gettime
Re: Is This Possible ? Then How [+REP] -
Spooky - 21.04.2012
I know thats not a script I have just given an example/hint for making that system.
And he dont want to know the origional GetTime he wants to know When he died IG.
Re: Is This Possible ? Then How [+REP] -
Mr.Tony - 21.04.2012
Quote:
Originally Posted by Spooky
I know thats not a script I have just given an example/hint for making that system.
And he dont want to know the origional GetTime he wants to know When he died IG.
|
well i have a another question... , how much slot will it take ?