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

cheatking

Members
  • Posts

    4203
  • Joined

  • Last visited

    Never

Everything posted by cheatking

  1. Make a class and set locked to 1.
  2. I demabd atleast 1/4 of the pages are about me! Lol J/K
  3. Added your sig to my stash. :P
  4. cheatking

    Compiling Error

    Try commenting out these lines: If LenB(frmLogin.txtPassword.Text) 0 Then frmLogin.Check1.Value = Checked Else frmLogin.Check1.Value = Unchecked End If If it works its something wrong with the check1 thing
  5. Oh i see the error. Fixed: ``` ' Executes each time a player changes map. Sub OnMapLoad(Index, OldMap, NewMap) Dim Str Dim Def ' Give Stats If GetPlayerMap(index) = 1 And GetVar("StatsUp.ini", GetPlayerName(index),"StatsUp") = 0 Then ' Map If GetPlayerClass(index) = 0 Then ' Class Call PlayerMsg(Index, "I feel stronger here...", WHITE) Str = GetPlayerSTR(index) Call SetPlayerSTR(index, (Str + 5)) Def = GetPlayerDEF(index) Call SetPlayerDEF(index, (Def + 5)) Call SendPlayerData(index) Call PutVar("StatsUp.ini", GetPlayerName(index),"StatsUp", 1) End If End If ' Take stats when not on map If Not GetPlayerMap(index) = 1 Then ' Map If GetPlayerClass(index) = 0 Then ' Class Call PlayerMsg(Index, "I feel weaker here...", WHITE) Str = GetPlayerSTR(index) Call SetPlayerSTR(index, (Str - 5)) Def = GetPlayerDEF(index) Call SetPlayerDEF(index, (Def - 5)) Call SendPlayerData(index) Call PutVar("StatsUp.ini", GetPlayerName(index),"StatsUp", 0) End If End If End Sub ```
  6. To take stats on certin maps: ``` ' Executes each time a player changes map. Sub OnMapLoad(Index, OldMap, NewMap) Dim Str Dim Def ' Give Stats If GetPlayerClass(index) = 0 Then ' Class If GetPlayerMap(index) = 1 Then ' Map Call PlayerMsg(Index, "I feel weaker here...", WHITE) Str = GetPlayerSTR(index) Call SetPlayerSTR(index, (Str - 5)) Def = GetPlayerDEF(index) Call SetPlayerDEF(index, (Def - 5)) Call SendPlayerData(index) End If End If ' Take stats when not on map If GetPlayerClass(index) = 0 Then ' Class If Not GetPlayerMap(index) = 1 Then ' Map Call PlayerMsg(Index, "I feel stronger here...", WHITE) Str = GetPlayerSTR(index) Call SetPlayerSTR(index, (Str + 5)) Def = GetPlayerDEF(index) Call SetPlayerDEF(index, (Def + 5)) Call SendPlayerData(index) End If End If End Sub ``` To give stats on certin maps: ``` ' Executes each time a player changes map. Sub OnMapLoad(Index, OldMap, NewMap) Dim Str Dim Def ' Give Stats If GetPlayerClass(index) = 0 Then ' Class If GetPlayerMap(index) = 1 Then ' Map Call PlayerMsg(Index, "I feel stronger here...", WHITE) Str = GetPlayerSTR(index) Call SetPlayerSTR(index, (Str + 5)) Def = GetPlayerDEF(index) Call SetPlayerDEF(index, (Def + 5)) Call SendPlayerData(index) End If End If ' Take stats when not on map If GetPlayerClass(index) = 0 Then ' Class If Not GetPlayerMap(index) = 1 Then ' Map Call PlayerMsg(Index, "I feel weakerhere...", WHITE) Str = GetPlayerSTR(index) Call SetPlayerSTR(index, (Str - 5)) Def = GetPlayerDEF(index) Call SetPlayerDEF(index, (Def - 5)) Call SendPlayerData(index) End If End If End Sub ```
  7. @[BS: > Hippoman link=topic=38430.msg381717#msg381717 date=1235390842] > So whats a sporc? ![](http://www.kratzmc.com/wp-content/uploads/2008/05/spork-sul-l.jpg) Not a fork… ...not a spoon... ... A SPORK!
  8. Meaby make a timer and after so long it reloads map?
  9. WHEN does it freeze? None of my maps freeze.
  10. Theres a script allready check the script database
  11. Sea kittens = Baby catfish. :P
  12. ``` ' Executes each time a player changes map. Sub OnMapLoad(Index, OldMap, NewMap) Dim Str Dim Def ' Give Stats If GetPlayerClass(index) = 0 Then ' Class If GetPlayerMap(index) = 1 Then ' Map Call PlayerMsg(Index, "Ahhh.. feels like home.", WHITE) Str = GetPlayerSTR(index) Call SetPlayerSTR(index, (Str + 5)) Def = GetPlayerDEF(index) Call SetPlayerDEF(index, (Def + 5)) Call SendPlayerData(index) End If End If ' Take stats when not on map If GetPlayerClass(index) = 0 Then ' Class If Not GetPlayerMap(index) = 1 Then ' Map Call PlayerMsg(Index, "Ahhh.. feels like home.", WHITE) Str = GetPlayerSTR(index) Call SetPlayerSTR(index, (Str - 5)) Def = GetPlayerDEF(index) Call SetPlayerDEF(index, (Def - 5)) Call SendPlayerData(index) End If End If End Sub ``` Fixed more errors. I works now.
  13. This maight help. ``` Sub OnMapLoad(Index, OldMap, NewMap) If GetPlayerMap(Index) = Oldmap Then Call SetPlayerMap(Index, NewMap) End If [/code[[/code] ```
  14. Type /refresh in the chatbox.
  15. I'll fix up errors for you. Done! ``` Sub OnMapLoad(Index, OldMap, NewMap) Dim class Dim Str Dim Def If GetPlayerClass = 0 Then ' Class If GetPlayerMap = 0 Then ' Map Call PlayerMsg(Index, "Ahhh.. feels like home.", WHITE) Str = GetPlayerSTR(index) Call SetPlayerSTR(index, (Str + 5) Def = GetPlayerDEF(index) Call SetPlayerDEF(index, (Def + 5) End If Else If GetPlayerClass = 0 Then ' Class If GetPlayerMap = 0 Then ' Map Call PlayerMsg(Index, "Ahhh.. feels like home.", WHITE) Str = GetPlayerSTR(index) Call SetPlayerSTR(index, (Str + 5) Def = GetPlayerDEF(index) Call SetPlayerDEF(index, (Def + 5) End If Else If GetPlayerClass = 0 Then ' Class If GetPlayerMap = 0 Then ' Map Call PlayerMsg(Index, "Ahhh.. feels like home.", WHITE) Str = GetPlayerSTR(index) Call SetPlayerSTR(index, (Str + 5) Def = GetPlayerDEF(index) Call SetPlayerDEF(index, (Def + 5) End If Else If GetPlayerClass = 0 Then ' Class If GetPlayerMap = 0 Then ' Map Call PlayerMsg(Index, "Ahhh.. feels like home.", WHITE) Str = GetPlayerSTR(index) Call SetPlayerSTR(index, (Str + 5) Def = GetPlayerDEF(index) Call SetPlayerDEF(index, (Def + 5) End If Else If GetPlayerClass = 0 Then ' Class If GetPlayerMap = 0 Then ' Map Call PlayerMsg(Index, "Ahhh.. feels like home.", WHITE) Str = GetPlayerSTR(index) Call SetPlayerSTR(index, (Str + 5) Def = GetPlayerDEF(index) Call SetPlayerDEF(index, (Def + 5) End If End If End Sub ```
  16. cheatking

    Events.Ini

    Dunno… try deleting it.
  17. Turn your computer off then on again. > To reload the operating system and restart the computer Google define: reboot
  18. cheatking

    Events.Ini

    I was used for a webscript in the past (Or so I'm told) Not used anymore.
  19. did you try reebooting computer?
  20. Yea! MAKE gwen wear te invisible cloths!
  21. Pic dont show up. Warning - while you were typing a new reply has been posted. You may wish to review your post. Damb…
×
×
  • Create New...