Resurrect

From Soldat Community Wiki
Jump to: navigation, search
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