Jump to content
Search In
  • More options...
Find results that contain...
Find results in...

Coolguy6318

Members
  • Posts

    134
  • Joined

  • Last visited

Everything posted by Coolguy6318

  1. heres the link http://www.mediafire.com/?sharekey=f563f74d0f184516d0d290dca69ceb5c14a90bb4de864ac35be6ba49b5870170
  2. still freezes i think its program not command
  3. still freezes on loading script =/
  4. I put this jail command in but when i go in server and under scripts say turn on so i closed i also went/server/data and said scripting=1 but its freezes on loading scripts even with out it no script works always freezes on loading scripts ps im using ee 2,8 this is where i put the command please help ' Executed whenever a slash command is sent to the server. Sub Commands(Index) Dim TextSay Dim PlayerID Dim MapNum ' Get the command and arguments from the cache. TextSay = Trim(GetVar("Scripts\Command.ini", "TEMP", "Text" & Index)) ' Split the command into an array. All arguments are seperated by spaces. TextSay = Split(TextSay) Select Case TextSay(0) Case "/testscripts" Call TestMain(Index) Exit Sub Case "/help" Call PlayerMsg(Index, "Social Commands:", WHITE) Call PlayerMsg(Index, "'msghere = Broadcast Message", WHITE) Call PlayerMsg(Index, "-msghere = Emote Message", WHITE) Call PlayerMsg(Index, "!namehere msghere = Player Message", WHITE) Call PlayerMsg(Index, "Available Commands: /help, /info, /who, /fps, /inv, /stats, /train, /party, /join, /leave, /refresh", WHITE) Exit Sub Case "/calladmins" If GetPlayerAccess(Index) = 0 Then Call AdminMsg(GetPlayerName(Index) & " needs your help!", BRIGHTGREEN) Else Call PlayerMsg(Index, "You are an admin! You cannot call for help!", BRIGHTGREEN) End If Exit Sub Case "/admin" If GetPlayerAccess(Index) > 0 Then Call PlayerMsg(Index, "Social Commands:", WHITE) Call PlayerMsg(Index, """msghere = Global Admin Message", WHITE) Call PlayerMsg(Index, "=msghere = Private Admin Message", WHITE) Call PlayerMsg(Index, "Available Commands: /admin, /loc, /mapeditor, /warpmeto, /warptome, /warpto, /setsprite, /mapreport, /kick, /ban, /edititem, /respawn, /editnpc, /motd, /editshop, /ban, /editspell", WHITE) End If Exit Sub Case "/warpmeto" If GetPlayerAccess(Index) > 0 Then PlayerID = FindPlayer(TextSay(1)) If PlayerID > 0 Then Call PlayerWarp(Index, GetPlayerMap(PlayerID), GetPlayerX(PlayerID), GetPlayerY(PlayerID)) Call PlayerMsg(Index, "You have been warped to " & GetPlayerName(PlayerID) & ".", BROWN) Else Call PlayerMsg(Index, "Player is not online.", WHITE) End If End If Exit Sub Case "/warptome" If GetPlayerAccess(Index) > 0 Then PlayerID = FindPlayer(TextSay(1)) If PlayerID > 0 Then Call PlayerWarp(PlayerID, GetPlayerMap(Index), GetPlayerX(Index), GetPlayerY(Index)) Call PlayerMsg(PlayerID, "You have been warped to " & GetPlayerName(Index) & ".", BROWN) Else Call PlayerMsg(Index, "Player is not online.", WHITE) End If End If Exit Sub Case "/warpto" If GetPlayerAccess(Index) > 0 Then MapNum = TextSay(1) If MapNum > 0 And MapNum 0 Then PlayerID = FindPlayer(TextSay(1)) If PlayerID > 0 Then Call PlayerWarp(PlayerID, 50, 15, 17) Call PlayerMsg(PlayerID, "Administrator " & GetPlayerName(index) & " has jailed you, If you feel you have been wrongly jailed please you the command /calladmins or /appeal for the owners, when they are online.", BRIGHTGREEN) Call PlayerMsg(Index, "You have jailed " & GetPlayerName(PlayerID) & ".", WHITE) Else Call PlayerMsg(Index, "Player is not online", BRIGHTRED) End If End If Exit Sub
  5. ee 2.8 and i pasted at the very end of main.txt + i even took it out no change
  6. when i copy and pasted the code in this tut http://www.touchofdeathforums.com/smf/index.php/topic,43689.0.html into main.txt then open server and say script on it froze kicked me out now every time i open server it freezes on loading scripts please help!
  7. Coolguy6318

    Ie

    how do i put my game on the web i compiled it got html code and a few files now what?
  8. help when a mob kills me i get a runtime error 9 scrpt ran out of page then i get kicked out
  9. Coolguy6318

    NPC

    How do i add a new npc like a dragon i got a cool pic of a dragon
  10. Coolguy6318

    Pm

    sorry i meant ingame
  11. Coolguy6318

    Pm

    How do i pm some 1?
  12. Coolguy6318

    Pic

    i got it on my desktop where must i put it?
  13. i gave a friend 10 lvls when she put stats i got error 6 overflow and game closes please help
  14. Coolguy6318

    Dura

    i set a sword 2 100 dura why when i just buy it it says about 2 break plz help me start dura 100/100
  15. Coolguy6318

    Pic

    i got a pic of gold how do i put in game?
  16. how do i party with some 1 and how 2 invite some 1 2 my guild
  17. Coolguy6318

    Bug????

    my friend keeps geting kicked by server reason packet flooding plz help
  18. Coolguy6318

    Share

    how do i share my game me and friend has same ip/port but its not working
  19. Coolguy6318

    Maps

    How do i delete a map
  20. Coolguy6318

    Sharing

    Lets say i wanna show a friend my game so far how can i send it?
×
×
  • Create New...