View Single Post
  #23  
Old 06-19-2004, 04:07 AM
falco10291029 falco10291029 is offline
BEst User EVER!
Join Date: Apr 2004
Posts: 1,186
falco10291029 is on a distinguished road
yeh this is for setlevel2 but for some reason i cant get it to work if not in a wepon?

things like

if (actionserverside) {setlevel2 theplace.nw,2234,7980}
//clientw/e
if (weaponfired) {triggeraction 0,0,serverside,wepon}



but something like

if (actionserverside) {setlevel2 theotherplace.nw,3,-10}
//#CLIENTSIDE
if (w/e) {triggeraction 0,0,serverside,}



wont work (i kno the x and y in both are not able to work)

anyone know why?