Author Topic: Scripting help  (Read 983 times)

0 Members and 1 Guest are viewing this topic.

Offline cynicle

  • Major(1)
  • Posts: 37
Scripting help
« on: June 02, 2007, 03:43:07 am »
Hey i need help with this script, the server states theres an error and then disables scripting on the server.

Code: [Select]
function OnCommand(ID: Byte; Text: string): boolean;

begin
ks_OnCommand(ID, Text);   
if Text = '/score' then begin
       SetScore(ID,GetPlayerStat(ID,'Kills')+10);
    // This will add 10 points to player 1's current score
    end;
    Result := false; // Return true if you want to ignore the command typed.
end;
Join the Army. Visit strange and exotic places. Meet fascinating people. And kill them.

Aus Soldat League 203.208.70.216:23073


Offline cynicle

  • Major(1)
  • Posts: 37
Re: Scripting help
« Reply #2 on: June 02, 2007, 07:07:15 am »
unfortunatly i don't know what it is :( says it exported a log file but it doesn't
Join the Army. Visit strange and exotic places. Meet fascinating people. And kill them.

Aus Soldat League 203.208.70.216:23073

Offline Avarax

  • Veteran
  • *****
  • Posts: 1529
    • Official Hexer & MMod site
Re: Scripting help
« Reply #3 on: June 02, 2007, 07:16:23 am »
show us that ks_OnCommand procedure
I like to have one Martini
Two at the very most
Three I'm under the table
Four I'm under the host

Offline EnEsCe

  • Retired Soldat Developer
  • Flamebow Warrior
  • ******
  • Posts: 3101
  • http://enesce.com/
    • [eC] Official Website
Re: Scripting help
« Reply #4 on: June 02, 2007, 07:28:29 am »
unfortunatly i don't know what it is :( says it exported a log file but it doesn't
You dont need to get the error out of a log file... It says it in the console marked with [ * ]. It will not disable scripting without saying the error in the console.

Offline cynicle

  • Major(1)
  • Posts: 37
Re: Scripting help
« Reply #5 on: June 02, 2007, 07:35:01 am »
Funny just ran it then to get the error message and it worked :S
It doesn't actually do anything thou... any ideas whats going on
Join the Army. Visit strange and exotic places. Meet fascinating people. And kill them.

Aus Soldat League 203.208.70.216:23073