0 Members and 1 Guest are viewing this topic.
Where has life taken you?
We ain't going nowhere
Could someone please update reference manual at http://devs.soldat.pl/wiki/index.php?title=Server_ScriptingIt's missing new functionalities introduced in 1.6.3
procedure StartVoteMap(mapname, reason: string);
Ok wtf is with the mouse/crosshair ? It doesn't show up -_- it pisses me off.
GetKeyPress still works. Maybe check your script again. If not, I may help you with that (pm me).I am gonna update the wiki scripting pages, since it seems that nobody does it (or just some parts).To my problem, Shoozza told me, that the Parameters of StartVoteMap changed - it's now: Code: [Select]procedure StartVoteMap(mapname, reason: string);I already changed it in the wiki, the rest will follow.
constMsg=$FFFF9922;procedure AppOnIdle(Ticks: integer);begin if(GetKeyPress(1,'Throw')=true)then begin WriteConsole(0,'Throw key pressed (AppOnIdle)!',Msg); end;end;procedure OnWeaponChange(ID, PrimaryNum, SecondaryNum: Byte);begin WriteConsole(0,'In OnWeaponChange!',Msg); if(GetKeyPress(ID,'Throw')=true)then begin WriteConsole(0,'Throw key pressed (OnWeaponChange)!',Msg); end;end;
someone should change the order of the download files. The server for 1.6.2 is appearing on top (and the server for 1.6.3 is the second)
(which is nice, but then it grew to over 1000 at any given moment)
it bugs me
(Sorry if I am unintelligent, since the knowledge I have only comes from a school text book...)
- Added ability to change AppOnIdle interval for scripters by setting AppOnIdleTimer variable. Feature available only if safemode is off
10 Years, crumbs times files. Glad to see everything's still going well around here.Just downloaded v1.6.3 and found my s-reg key issued in 2/5/03...wonder if it still works Perhaps see some of you out there on the battle field !