Quote:
Originally Posted by SonicSonedit
what.
|
do you know drekes CFJail,he had teleports when say /lr,for example if a terror chose knife duel it will teleport him and the ct to the knife duel place.
here is part of his teleport code for example:
PHP Code:
if(get_pcvar_num(cvar_teleport) && equali(mapname,"some1s_jailbreak"))
{
ct_origin[0] = -759, ct_origin[1] = 1047, ct_origin[2] = 100
te_origin[0] = -585, te_origin[1] = 867, te_origin[2] = 100
set_user_origin(id,te_origin)
set_user_origin(tempid,ct_origin)
}
so i want to understand how to i know what is the point of specific place :O