Script Development
Help and requests for InfinityScript development.
245 тем в этом разделе
-
Is it possible to make the team admin - turn off and turn on the microphone player?
-
- 5 ответов
- 228 просмотров
- 1 follower
-
-
can you do spawn in the same place?
-
- 1 ответ
- 117 просмотров
-
-
dont work( what's wrong here? using System; using System.Collections.Generic; using System.Linq; using System.Text; using System.Runtime.InteropServices; using InfinityScript; namespace skroll { public class ScrollZ : BaseScript { public ScrollZ() : base() { //changeGametype("QCZM"); Call("setdvar", "motd", "Welcome to Server!."); } private void createServerHud() { HudElem motd = HudElem.CreateServerFontString("boldFont", 1f); motd.SetPoint("CENTER", "BOTTOM", 0, -19); motd.Foreground = true; motd.HideWhenInMenu = true; OnInterval(2…
-
- 5 ответов
- 173 просмотра
- 1 follower
-
-
how to give a killstreak to a player?
-
- 18 ответов
- 504 просмотра
- 1 follower
-
-
-
Hello, prompt once again =) I write the AutoBan script for my server. I can not understand what command to ban the player has connected ban + name does not work, after the client connection to the console server is written there is no such command player.Call(" ? "); "ban " + banlist[numline] - not work ----cut---- if (player.GetField("name") == banlist[numline]) { player.Call(" ? "); } ----cut----
-
as Requested by Camelot115 I've Made this Tutorial... 1)start PlayerConnected 2)Start Spawned Player 3)now use this void GiveRandomWeapon(case Case); { Switch (Case) { case 1: Player.GiveWeapon("SomeWeapon"); break; case 2: player.GiveWeapon("name"); break; case 3: Player.GiveWeapon("name"); Case 4: Player.GiveWeapon("name"); break; } //like that do all 10 } 4)Generate a Random Weapon/Number int weaponz //random Integer Random rand = new Random(10); //Generate random no. between 1-10 weaponz = rand; //Define Integer's value 5)on Spawned Player entity.takeallweapons(); GiveRandomWeapon(weaponz); Correct me If I'm Wrong Somewhere (I …
-
- 2 ответа
- 151 просмотр
-
-
-
So a while back Cyb3rz3r0 made this topic about creating Jailbreak Mode like in Quake 3 for IW5M: http://fourdeltaone.net/forum/viewtopic.php?f=41&t=18515&p=148359 I thought this was a very cool idea so I started working on it myself. And since Cyb3rz3r0 told me he wasn't working on it anymore because he is busy with other things we decided that we could work together on this project. Cyb3rz3r0 provided me with a MapEditor Class. Together with Taftse he redid a great portion of the coding from DUKIP and the Apadayo's Mapedit class to make it easily usable in-game. I did the coding for the Jailbreak Mode logic. So here is a preview of the result: (Fi…
-
- 49 ответов
- 1,5k просмотра
- 4 followers
-
-
Can I do to get my classes weapon started appearing randomly on my maps?
-
anyone has the sound alias for "specialist bonus achieved"?
-
- 22 ответа
- 441 просмотр
- 1 follower
-
-
-
I have a few questions for you))) 1) Is it possible to do: For example I am the administrator, the player has zombie, and I write the command in the chat that he would become a man again, and vice versa. Can I? 2) Is it possible to do this: Zombie make the speed of 240, and the speed of the original people 190
-
- 10 ответов
- 289 просмотров
- 2 followers
-
-
how to end the game giving victory to an team?
-
- 2 ответа
- 197 просмотров
- 1 follower
-
-
-
hye cani change the gametype on the server list like dukip done in his mod :!: :?: :?:
-
- 1 ответ
- 152 просмотра
-
-
hello evry body since two day and i'm trying to make A script for iSnipe Mod nathing works so i want to REQUEST it from the members hire i try those in this mod viewtopic.php?f=40&t=10086 but they are not what i look for, so i hope some one help me and creat one for me for who can help me Send me a massege in my skype plz dmc52004 and thx
-
Hello gamers, Today I bring you a preview of the mod I'm developing with members of my clan. the mod called zombie mod ramdon weapons. concerned mod?? The mod is based on how infected the main goal is to survive in humans that of the zombies is to kill humans the mod in version 4.0 is the following. Change weapon every 40 sec. A different hud normal. Safe zones in certain maps teleporters to areas outside the map and also traps. safe areas consist of bunkers for which there is only one entry and exit is a flag to take them away from the zombies. protection has doors which can break the zombies. etc. The mod is currently hosted on servers in the TG clan zomb…
-
- 22 ответа
- 1k просмотров
-
-
Help a newbie please. I want to add to your own script text of the program that would have checked the names of the players are logged. And if the name is matched with the right to me - what the message is printed. I learned how to display text, but do check - not a lack of knowledge of commands.
-
Where can I find the type of screen? eg (ac130, predator, osprey, thermal, drone) and so on. Sorry for my english (
-
- 5 ответов
- 187 просмотров
- 1 follower
-
-
Bringing Custom Killstreaks for iSnipe from IW4M back (some of them) This is a showcase of the mod that I have been working on. Features: - Custom KillStreaks duhhh - KillStreak Adrenaline - KillStreak: Secondary Ammo - KillStreak: 3 Throwing Knifes - KillStreak: Walking AC130 - Choose order of killstreaks - In-Game KillStreak counter - In-Game Weapon Change Note that these killstreaks are only really usefull in an iSnipe mod but hey who knows what the future brings us?! Progress: 3 November 2012 - [iSnipe] Fixed a bug in which the antihs was also used for secondary weapons - Fixed a bug in which players could get infinite throwing knifes.. 2 Octob…
-
- 19 ответов
- 872 просмотра
- 2 followers
-
-
Hi all is there any way to show a hudelement to just 1 player instead of everyone on the server ?
-
- 4 ответа
- 245 просмотров
- 1 follower
-
-
is it possible to stick guns in the MapEditor?
-
- 10 ответов
- 371 просмотр
- 1 follower
-
-
-
how i cant send pm with infinity script??? for say i use this Utilities.ExecuteCommand("say string"); plz help
-
- 15 ответов
- 389 просмотров
- 1 follower
-