Is This Possible ? Then How [+REP]
#1

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
Reply
#2

i guess its possible.
Reply
#3

Quote:
Originally Posted by Mr.Hurley
Посмотреть сообщение
i guess its possible.
If its possible then how to add it ?
Reply
#4

You need to play with SetTimerEx
Reply
#5

it's possible.. Long shit -.- a server got it
Reply
#6

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.
Reply
#7

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
Reply
#8

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
Reply
#9

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.
Reply
#10

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 ?
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)