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

balliztik1

Members
  • Posts

    2052
  • Joined

  • Last visited

    Never

Everything posted by balliztik1

  1. balliztik1

    Answer please

    !NAME message - Sends a message to NAME 'message - Broadcasts a message to everyone
  2. @SyIexus: > A man dressed all in black, walks across a black paved road, but doesn't see the black car without any lights on coming from the other direction. Both pass eachother without harm. how? It was day, so the driver saw the man easily.
  3. The starting directory is the server folder. So, "maps.ini" points to "C:\Program Files\GAME\Server\maps.ini" or whatever the hierarchy is. You'd have to make it "scripts\maps.ini" to search in the scripts directory.
  4. Necropost? It's only been 4 hours. I mean, it's a kinda pointless post, just saying "Also", but not a necropost. A verbal warning, though, Westin. Don't post pointless things.
  5. You also forgot the "Call" before the PutVar. ``` Call PutVar("maps.ini", "maps", GetPlayerMap(Index), GetPlayerName(Index)) ```
  6. I got him this time. =) Huzzah. First mute! =D *bo staff of silence* ?
  7. *pops open champagne* Rejoice! He's gone!
  8. @Roujo: > Seriously, muting should be effective in the shoutbox as well ^^ That's the intended solution. Hopefully a couple quick changes will prevent this from happening again once an admin gets here.
  9. But if they spam 30 times, then they get 30 deleted posts and a muting.
  10. You'd have to source code that in. This just changes the tile on a map.
  11. This guy's being a real pain. Unfortunately, no one online can ban him. He's muted, but can still use the shoutbox. The admins have been notified, however. Just minimize the shoutbox until then, if you want, and we'll get it all under control soon.
  12. Oh, duh. There is no "index" parameter. Take that out and you're good.
  13. The "Layer" parameter is a number. 0 is ground, 1 is mask, etc. up to 8, which is fringe2 animation. I don't think that layer 9 (light) works, though. Could be wrong.
  14. Fill and pour the three-gallon container into the five-gallon one twice. The second time, only 2 gallons will fit, leaving you with 1 gallon in the three-gallon container.
  15. Moved to the correct board. Please include more info about your game. See examples in the stickies of this board or other topics in this board.
  16. This topic has been moved to [Recruiting Center](http://www.touchofdeathforums.com/smf/index.php?board=5.0). http://www.touchofdeathforums.com/smf/index.php?topic=37350.0
  17. But if there is no weapon equipped, it will stop the script. You've got to do this. ``` Case 1 weapon = GetPlayerWeaponSlot(index) If weapon = 0 Then If GetPlayerInvItemNum(index, weapon) = 10 Then Call PlayerMsg(index, "script succeeded!", White) Else Call PlayerMsg(index, "You need to equip a sword.", Red) End If Else Call PlayerMsg(index, "You need to equip a sword.", Red) End If ```
  18. ``` a script trigger that allows you to pinpoint which tile a player clicks ``` Sort of like the ScriptedTiles sub, but triggered upon clicking instead of on stepping on a tile.
  19. It's not hard to install the script at all. We could hand you a main.txt with the script in it, no problem. That's the simple part. It is, literally, copy and paste. The hard part is setting up the .ini files.
  20. balliztik1

    Anime

    @Anna: > 1\. Azumanga Daioh > > I can't stand "drama" anime, although I've been able to handle a couple movies (Cowboy Bebop, Mononoke-hime). > > Edit: about my Kagami avatar, yeah I've seen a couple Lucky Star episodes, and it's ok, but nowhere as good as Azu. Going to have to agree there. Azumanga Daioh is pretty good stuff. Dunno if it's quite your style, though.
  21. Children, children. "Argument not Optional" means that you left a parameter off. You only have 2 parameters in GetVar, instead of the required 3\. The first is the path, the second is the header, and the third is the variable. In PutVar, there are 4: the same 3, plus a value variable.
  22. Just downloaded this. I'm in the process of finding where I downloaded it to. >.<
  23. Good sir, I think what everyone is trying to say here is that you need more info. This doesn't sound very appealing to the potential employee looking to get into a project that will last. Perhaps give some more info, if you would. Thanks, The Management. Or Balliztik. Whoever I am.
  24. I'm pretty partial to Chrome. I used Opera before that, but Chrome just seems so much faster. It may lack in features, but it's pretty streamlined. I just want a bare minimum browser anyway.
×
×
  • Create New...