[FilterScript] [FS]Player On Hospital(POH) By: Splitx
#21

Thx Pinder xD
Reply
#22

This is pretty handy for RP
Reply
#23

I know
Reply
#24

HOW TO PUT THE PLAYER TO STAY PUT UP TO THE MINUTE end?
Reply
#25

Nice FilterScript but I found a bug, on your second death the timer is going at about 30 seconds left and you spawn. I think its because the second death bypasses the rest of the timer for some reason, if you could fix this in next update it would be great.
Reply
#26

Mirror -
http://www.crazyhost.info/download.php?file=738Poh.rar
Reply
#27

Quote:
Originally Posted by GaMeouT
HOW TO PUT THE PLAYER TO STAY PUT UP TO THE MINUTE end?
Reply
#28

Down loade that 1 with count its mutch better :P
Reply
#29

Tip, SplitX:

Let the player see the nearest hospital, with IsPlayerInCube or IsPlayerInArea or something
Reply
#30

Nice Idea! i will look at it
Reply
#31

for the counter...
pawn Код:
forward CountTimer();
new Count[MAX_PLAYERS];
pawn Код:
public OnGameModeInit()
{
  SetTimer("CountTimer",1000,1);
}
pawn Код:
public CountTimer()
{
  for(new i = 0; i < MAX_PLAYERS; i++)
  {
    if(Count[i] > 0)
    {
      new str[256];
      format(str,sizeof(str),"~y~You will respawn in~n~~b~%d ~g~seconds",Count[i]);
      GameTextForPlayer(i,str,3000,3);
      Count[i] --;
    }
  }
}
pawn Код:
public OnPlayerDeath(playerid,killerid,reason)
{
  Count[playerid] = 60; // Change it to the number the counter starts at
}
Something like that would do it .
Reply
#32

Nice Man That Very Nice Thx a lot i really needed Cya
Reply
#33

Thanks alot
Reply
#34

Ho? Error Map -*-
Reply
#35

I want the player freeze in the 60 seconds..

Howw?
Reply
#36

TogglePlayerControllable??
Reply
#37

I love you?

haha this is what ive been looking for
Reply
#38

Not very diffucult to make, timer + GameTextForPlayer + SetPlayerFacing Angle!
But nice i was looking for this, i was lzay to make one by my self
Reply
#39

This is nice! I'm glad this isn't just some dumb "Respawn at hospital when u die omgz im a leet hax0r and skriptoor cuz me make this" script. It's actually... functional! Good job!
Reply
#40

Ehh man.. I have seen this in IM. You have stoled it
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)