AlliedModders

AlliedModders (https://forums.alliedmods.net/index.php)
-   Scripting Help (https://forums.alliedmods.net/forumdisplay.php?f=11)
-   -   HookMod X (https://forums.alliedmods.net/showthread.php?t=767)

ts2do 04-13-2004 17:45

buuuuuuuuuump

ts2do 04-15-2004 11:57

Quote:

Originally Posted by ts2do
buuuuuuuuuump


ts2do 04-16-2004 10:01

buuuuuuuuuuuuuuuuummmmmmmmmmmmmmppppppppppp :roll:

PM 04-16-2004 10:07

okay; stop bumping and show us which part of the plugins is making troubles; no one wants to read through the whole plugin ;]

ts2do 04-19-2004 10:28

Code:
public hookgrabtask(parm[]) { new id = parm[0] if(grabbed[id]) { new origin[3], moveto[3], velocity[3], length if (!is_user_alive(grabbed[id])) { unhook(id) return 0 } new Float:forigin[3] entity_get_vector(hooxtarget[id],EV_VEC_origin,forigin) get_user_origin(id, origin)//, 1) new speed = sv_hookforce new dist1[3] for(new p=0;p<3;p++){ dist1[p] = floatround(forigin[p]) } length = get_distance(dist1,origin) if(length<=20) return 0 for(new p = 0;p<3;p++){ moveto[p]=origin[p]+(floatround(forigin[p])-origin[p])*speed/length velocity[p]=(moveto[p]-origin[p]) } entity_set_vector(id, EV_VEC_velocity, Float:velocity) if(targethit[id]){ new diff[3] entity_get_vector(targethit[id],EV_VEC_origin,forigin) for(new l = 0; l < 3; l++){ diff[l] = floatround(forigin[l]) - oldtargorigin[id][l] + oldentorigin[id][l] oldtargorigin[id][l] = floatround(forigin[l]) oldentorigin[id][l]=diff[l] } entity_set_vector(hooxtarget[id],EV_VEC_origin,Float:diff) } } return 0 }
sheesh I had it highlited in red and that post up there explained that

ts2do 04-20-2004 20:29

********************
*********************
************BUMP

|2ob 04-21-2004 00:27

***********************
DOUBLE BUMP TO THE ISM!
***********************

ts2do 04-21-2004 10:11

uhhhh lol wahts an ism

ts2do 04-23-2004 10:05

:arrow:

ts2do 04-24-2004 21:40

:arrow: :arrow:


All times are GMT -4. The time now is 21:18.

Powered by vBulletin®
Copyright ©2000 - 2024, vBulletin Solutions, Inc.