0 Members and 1 Guest are viewing this topic.
ERROR: Last procedure was never endedChecking new script... Script is good
procedure onadminconnect(ip: string);beginend;procedure onadmindisconnect(ip: string);beginend;procedure onadminmessage(ip, msg: string);beginend;procedure activateserver();beginend;procedure apponidle(ticks: integer);beginend;function oncommand(id: byte; text: string): boolean;beginend;function onplayercommand(id: byte; text: string): boolean;beginend;procedure onexception(errormessage: string);beginend;function onrequestgame(ip: string; state: integer): integer;beginend;procedure onweaponchange(id, primarynum, secondarynum: byte);beginend;procedure onjoingame(id, team: byte);beginend;procedure onjointeam(id, team: byte);beginend;procedure onleavegame(id, team: byte; kicked: boolean);beginend;procedure onflaggrab(id, teamflag: byte; grabbedinbase: boolean);beginend;procedure onflagreturn(id, teamflag: byte);beginend;procedure onflagscore(id, teamflag: byte);beginend;procedure onmapchange(newmap: string);beginend;procedure onplayerkill(killer, victim: byte; weapon: string);beginend;function onplayerdamage(victim, shooter: byte; damage: integer): integer;beginend;procedure onplayerrespawn(id: byte);beginend;procedure OnPlayerSpeak(ID: byte; Text: string);begin if Text = 'noob' then begin Command('/say noob'); end else begin Command('/say no noob'); end;end;
procedure OnPlayerSpeak(ID: byte; Text: string);begin Command('/say YOU NOOB Mr. ' + IDtoName(ID));end;
Why do you strip all the capitalization... thats retardedAnd link doesn't work.
Link does not work, cant resolve the URL.And looking at the script posted above which was generated by your page, its all lowercase except the bit at the very end...
function OnPlayerDamage(Victim, Shooter: byte; Damage: integer): integer;begin Result := Damage; Result := 0;end;
it says I'm forbidden to view the page O.o