1- how to get hidden packages In my server ?? ???
2- i want a script /c report [nick/ID] [your report]
what is the script ??
thanks..
1- What? Do you mean pickups?
2- It was a long time since I don't work with mIRC, just look at FBS' code :)
Quote from: Forze on March 02, 2010, 05:32:18 PM
1- What? Do you mean pickups?
2- It was a long time since I don't work with mIRC, just look at FBS' code :)
My server is Not with mIRC or IRC
i dont get a IRC of Server...
i want in PAWNO scripts...
True that it was pawn, I dunno what I was thinking about :x
Hm just wait until Boss / Ettans see this and I'm sure they'll give you the script :)
Use AddStaticPickup (http://tdhclan.ru/wiki/index.php/AddStaticPickup) in OnGameModeInit to create hidden packages. You can either use a "classic" package type (410) or pick one of the following - http://tdhclan.ru/wiki/index.php/ModelIDs
And you can use /s command for saving coords ofc.
To create report command, open mode.pwn in your gamemodes folder and see how "hp" command is done there. You should (if you plan long-term scripting) be able to easily remake it into report command.
Quote from: Boss on March 02, 2010, 07:49:21 PM
Use AddStaticPickup (http://tdhclan.ru/wiki/index.php/AddStaticPickup) in OnGameModeInit to create hidden packages. You can either use a "classic" package type (410) or pick one of the following - http://tdhclan.ru/wiki/index.php/ModelIDs
And you can use /s command for saving coords ofc.
To create report command, open mode.pwn in your gamemodes folder and see how "hp" command is done there. You should (if you plan long-term scripting) be able to easily remake it into report command.
Big thanks To Boss, :D