Hello , I just created my server and I would like to know if it was possible to put a cfg or a script to be able to play against bots and teleport them to a place? 'Cause I’d like trickshot with a friend for the fun
bryan
Posts
-
asking for scripts or cfg -
ps3 controller not working on IW5Xhi , My ps3 controller not working on IW5X i don't know why , I did everything correcly to set it up , someone have a idea ?
-
[Support] Weapon list zombieHello , will you have the list of all the weapon that i can put in zombie ?
-
[Support] mode menu or admin menu zombie ?Because I’d like to enjoy the perks and weapons I put on my server I don’t know how to do
-
[Support] mode menu or admin menu zombie ?did you have good menu or a good script for the zombie ? because i have a script with jogg and weapon but it's for the people who join not for me
-
[Support] mode menu or admin menu zombie ?okay i gonna watch that thanks
-
[Support] mode menu or admin menu zombie ?yes i asking for one and is that it is possible to put one ?
-
[Support] mode menu or admin menu zombie ?Hello , i woulk like to know if we can get a mod menu or admin menu zombie ?
-
[Support] Script zombie / _clientids.gsc not workingOk guys I managed to do it , I think that you should do a tutorial to explain it because I think there are plenty of people who are in the same problem as me , thank you so much !!
-
[Support] Script zombie / _clientids.gsc not workingsomeone got any ideas why i have the error ?
-
[Support] Script zombie / _clientids.gsc not workingif i understood correctly my script he is not good ?
-
[Support] Script zombie / _clientids.gsc not workingokay thanks i gonna try to compil , then back to you if I don’t understand
-
[Support] Script zombie / _clientids.gsc not workingluigistyle what is the best for compil a folder ?
-
[Support] Script zombie / _clientids.gsc not workingdo you have a tuto simple on youtube ? or so you can explains in message step by step. Thanks
-
[Support] Script zombie / _clientids.gsc not workingno , i don’t really how make the compile
-
[Support] Script zombie / _clientids.gsc not workingi gave it to you just in up , but when i make it by "_clientids.gsc" the script is not working , i think i make something hurt ,
-
[Support] Script zombie / _clientids.gsc not working#include maps\mp_utility;
#include common_scripts\utility;
#include maps\mp\zombies_zm;
#include maps\mp\zombies_zm_utility;init()
{
level.clientid = 0;
level.perk_purchase_limit = 9;
level thread onplayerconnect();
player thread onplayerspawned();
}onplayerconnect()
{
for ( ;; )
{
level waittill( "connecting", player );
player.clientid = level.clientid;
level.clientid++;
player thread onplayerspawned();
}
}onplayerspawned()
{
level endon( "game_ended" );
self endon( "disconnect" );for(;;) { self waittill( "spawned_player" ); self IPrintLnBold( "^5whatever welcome message you want here" ); self welcome(); }
}
welcome()
{
self waittill( "spawned_player" );
self maps/mp/zombies/_zm_perks::give_perk( "specialty_armorvest" );
self giveWeapon( "mp5k_upgraded_zm" );
wait 7;
self iprintln("^2" +self.name + "^7 , your perk limit has been removed");
} -
[Support] Script zombie / _clientids.gsc not workinghow i can create and put the _clientids.gsc in the " gametypes_zm" without got the message error . Im new and my english is bad sorry
-
[Support] Script zombie / _clientids.gsc not workingstill not working i try to put All perks and jugg with weapons for the player who join , but when i open my server i have the same message all time , i take the script on the forum so i don't understand