View Single Post
exvel
SourceMod Donor
Join Date: Jun 2006
Location: Russia
Old 08-05-2008 , 07:47   Re: How to remove Hostages and Bomb in one round?
Reply With Quote #8

Used this code:
Code:
new Float:TeleportVector[3] = {0.0,0.0,0.0};
TeleportEntity(i, TeleportVector, NULL_VECTOR, NULL_VECTOR);
This code teleported hostages somewhere but on new round start they didn't come back.

p.s. also tried
TeleportVector[3] = {1.0, 1.0, 1.0};
__________________
For admins: My plugins

For developers: Colors library

Last edited by exvel; 08-05-2008 at 07:49.
exvel is offline
Send a message via ICQ to exvel