Difference between revisions of "Resurrect"

From Soldat Community Wiki
Jump to: navigation, search
(Created page with "Back to: Scripts Database ---- :'''script name:''' Resurrect :'''original author:''' Savage(need reference) :'''core version:''' 2.7.6 ---- ;Description :This script allo...")
 
 
(2 intermediate revisions by the same user not shown)
Line 1: Line 1:
Back to: [[Scripts Database]]
+
Back to: [[Scripts Database]]
 
----
 
----
 
:'''script name:''' Resurrect
 
:'''script name:''' Resurrect
Line 16: Line 16:
 
;Additional info
 
;Additional info
 
:If you want to make this command only for Admins, replace this part:
 
:If you want to make this command only for Admins, replace this part:
:''function OnPlayerCommand(ID: Byte; Text: string): boolean;''
+
:<code>function OnPlayerCommand(ID: Byte; Text: string): boolean;</code>
 
:with this one:
 
:with this one:
:''function OnCommand(ID: Byte; Text: string): boolean;''
+
:<code>function OnCommand(ID: Byte; Text: string): boolean;</code>
  
  

Latest revision as of 20:34, 1 April 2014

Back to: Scripts Database

script name: Resurrect
original author: Savage(need reference)
core version: 2.7.6

Description
This script allows you to resurrect any player, useful on survival mode(DB,RPG etc.)
I don't find working Resurrect script on this site and just cut this piece from other script.
Commands list
For All Players
/res id
Additional info
If you want to make this command only for Admins, replace this part:
function OnPlayerCommand(ID: Byte; Text: string): boolean;
with this one:
function OnCommand(ID: Byte; Text: string): boolean;


Download Links

Forum Download Link


Back to: Scripts Database