UniX
02-13-2003, 09:22 AM
Can someone link me to a ski script that will not work in observer..and works for presto.
[T1 Request]UniX 02-13-2003, 09:22 AM Can someone link me to a ski script that will not work in observer..and works for presto. HotCheese 02-13-2003, 09:28 AM function Ski::Start() { postAction(2048, IDACTION_MOVEUP, 1); if(Client::GetTeam(getMan agerId()) == -1) return; else Schedule::Add("Ski::Start();",".0005","ski"); } editActionMap("Playmap.sae"); bindCommand(keyboard0,mak e,"space",TO,"Ski::Start();"); bindCommand(keyboard0,bre ak,"space",TO,"schedule::Cancel(\"ski\");"); yeah that might work | ||