[Support] Script zombie / _clientids.gsc not working
-
Hello , When i put the _clientids.gsc i have a message like that:

how to fix the problem ?. Thanks
-
Hello , When i put the _clientids.gsc i have a message like that:

how to fix the problem ?. Thanks
bryan Your GSC is broken. Try to find what might be causing the error with trial and error.
-
still 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
-
still 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
bryan Are you just straight up creating a new file, _clientids, and posting the code? That won't work.
-
how 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

-
If you don't post your source code, we can't help.
-
This post is deleted!
-
#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");
} -
i 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 ,
-
do you compile the script
-
no , i donโt really how make the compile
-
do you have a tuto simple on youtube ? or so you can explains in message step by step. Thanks
-
do you have a tuto simple on youtube ? or so you can explains in message step by step. Thanks
bryan said in Script zombie / _clientids.gsc not working:
do you have a tuto simple on youtube ? or so you can explains in message step by step. Thanks
Compiler should be included in the tutorial thread for loading GSC I think
-
Hello , When i put the _clientids.gsc i have a message like that:

how to fix the problem ?. Thanks
This post is deleted! -
Hype Don't use GSC Studio to compile
-
luigistyle what is the best for compil a folder ?
-
bryan said in Script zombie / _clientids.gsc not working:
luigistyle what is the best for compil a folder ?
There's a compiler provided on the GSC Tutorial Thread I believe
-
Here's s a link to the GSC Toolkit. Contains the compiler as well as dumped files.
-
okay thanks i gonna try to compil , then back to you if I donโt understand
-
if i understood correctly my script he is not good ?
Hello! It looks like you're interested in this conversation, but you don't have an account yet.
Getting fed up of having to scroll through the same posts each visit? When you register for an account, you'll always come back to exactly where you were before, and choose to be notified of new replies (either via email, or push notification). You'll also be able to save bookmarks and upvote posts to show your appreciation to other community members.
With your input, this post could be even better ๐
Register Login