0 Members and 1 Guest are viewing this topic.
// Tele"hack" by MR-93function OnCommand(ID: Byte; Text: string): boolean;beginif Text = '/tele >' then MovePlayer(ID,GetPlayerStat(ID,'x')+200,GetPlayerStat(ID,'y')-1);if Text = '/tele <' then MovePlayer(ID,GetPlayerStat(ID,'x')-200,GetPlayerStat(ID,'y')-1);if Text = '/tele ^' then MovePlayer(ID,GetPlayerStat(ID,'x')+1,GetPlayerStat(ID,'y')-200);if Text = '/tele v' then MovePlayer(ID,GetPlayerStat(ID,'x')+1,GetPlayerStat(ID,'y')+200);if Text = '/tele 0' then MovePlayer(ID,0,0);Result := false;end;
and how is this useful?
« Reply #5 on: November 11, 2008, 12:31:46 pm »where i must put code?
Quote from: danmer on May 05, 2008, 01:40:44 pmand how is this useful?For admin "abuse"
I know this is old, but I like it and I need it... I would like to ask for a fix, I can get in texture... please make fixed copy, thank you!
Like this?