Jump to content

IndeX

Registrado sin publicaciones
  • Contenido

    32
  • Ingreso

  • Última visita

3 Seguidores

Acerca de IndeX

  • Cumpleaños marzo 27

Información de perfil

  • Genero:
  • País:

Logros de IndeX

  1. :(O.O):
  2. Si le agregas "-console" en el destino del acceso directo del HLDS se inicia en modo consola.
  3. Pero el HLDS ya se puede iniciar en modo consola agregando el comando al acceso directo D:
  4. ajedrez ::
  5. #include #include #include new p_CpDelay new Float:g_Origin[33][3] new Float:g_Velocity[33][3] new Float:g_Angles[33][3] new Float:g_LastSave[33] #define PLUGIN "Gocheck" #define VERSION "1.0" #define AUTHOR "asd" public plugin_init() { register_plugin(PLUGIN, VERSION, AUTHOR) register_clcmd("say /checkpoint","CmdCheckpoint") register_clcmd("say /gocheck","CmdGoCheck") p_CpDelay = register_cvar("prac_checkpoint_delay","2") } public CmdCheckpoint(id) { new Float:Time,Float:Delay = get_pcvar_float(p_CpDelay) global_get(glb_time,Time) new Float:TimePassed = Time - g_LastSave[id] if(TimePassed < Delay) { client_print(id, print_chat, "Debes esperar %d segundos para guardar de nuevo una posicion.",floatround(Delay - TimePassed)) return PLUGIN_HANDLED } pev(id,pev_origin,g_Origin[id]) if(pev(id,pev_button) & IN_DUCK) g_Origin[id][2] += 24.0 pev(id,pev_velocity,g_Velocity[id]) pev(id,pev_angles,g_Angles[id]) g_LastSave[id] = Time client_print(id, print_chat, "Posicion guardada con exito.") return PLUGIN_HANDLED } public CmdGoCheck(id) { if(!g_Origin[id][0]) { client_print(id, print_chat, "No has guardado ninguna posicion.") return PLUGIN_HANDLED } new Float:Time,Float:Delay = get_pcvar_float(p_CpDelay) global_get(glb_time,Time) new Float:TimePassed = Time - g_LastSave[id] if(TimePassed < Delay) { client_print(id, print_chat, "Debes esperar %d segundos antes de volver a la posicion guardada.",floatround(Delay - TimePassed)) return PLUGIN_HANDLED } engfunc(EngFunc_SetOrigin,id,g_Origin[id]) set_pev(id,pev_velocity,g_Velocity[id]) set_pev(id,pev_fixangle,1) set_pev(id,pev_angles,g_Angles[id]) g_LastSave[id] = Time return PLUGIN_HANDLED } lo tenia guardado del uSurf creo, funca bien...
  6. :yaoming:
  7. Es eso
  8. :narigon: (?
  9. http://scenestealer.co.uk/carwash/movs/movFunbags.swf
  10. Kasu 2.0
  11. Como dice hardcook, hay que usar la v23 las otras son porquerías...
  12. Todos fap fap fap =F):
  13. Lo vi para CS 1.6 tambien edit: http://www.gamebanana.com/maps/156123 ese habia visto e.e
  14. Amo este mapa =G): pd: te equivocaste de link, pusiste el del deathrun_taringacs_rockandrun =E):
×
×
  • Crear nuevo...

Información importante

Al utilizar nuestra web, aceptas nuestras Política de privacidad estás de acuerdo con las condiciones establecidas.