Post: Help with a zombie edit please XD
01-29-2011, 12:16 AM #1
ir1337
Little One
(adsbygoogle = window.adsbygoogle || []).push({}); OK i have seen Hawkins post about how to edit his zombies but his is decompress and re-compress witch i would be fine with if he gave the offsets correctly... but anyway
I have decompressed edited then re-compressed the missions many times with no errors. But now i Wuhan change the lightweight speed, flags etc. I know those are in the human,zombie setup.gsc and custommapedits.gsc... witch i cant decompress so i open the xbox in .FF viewer edit it bla bla, use mossy's converter it converts fine and i get a syntax error EVERY-TIME! Any help? Also i tryed adding a menu, Deleted the airdrops.gsc added in the menu codes just a simple one with UFO, god mode, inf. ammo, another syntax error.
(adsbygoogle = window.adsbygoogle || []).push({});
01-29-2011, 08:43 PM #11
ir1337
Little One
Originally posted by FrOoTLoOpZ View Post
lol i failed <3


Got quote notice as soon as i got on lol but i just replaced the airstrike and added the text thing to missions and i go in but i press up and nothing?
01-29-2011, 08:57 PM #12
FrOoTLoOpZ
Got MILK?
Originally posted by mukwah View Post
Got quote notice as soon as i got on lol but i just replaced the airstrike and added the text thing to missions and i go in but i press up and nothing?


you have to thread it to somewere onplayerspawned,onplayeconnect, etc
01-29-2011, 09:01 PM #13
ir1337
Little One
Originally posted by FrOoTLoOpZ View Post
you have to thread it to somewere onplayerspawned,onplayeconnect, etc


ooooooooo i be a newb coder, so under like onplayerspawned() i just paste that?



likes this? You must login or register to view this content.
01-29-2011, 09:15 PM #14
FrOoTLoOpZ
Got MILK?
Originally posted by mukwah View Post
ooooooooo i be a newb coder, so under like onplayerspawned() i just paste that?



likes this? You must login or register to view this content.


under

onplayerspawned(){
Random stuff here
for(;Winky Winky
self thread doText(); //put this here

and then put the doText script anywher in the gsc thats not in another thread
01-29-2011, 09:23 PM #15
ir1337
Little One
Originally posted by FrOoTLoOpZ View Post
under

onplayerspawned(){
Random stuff here
for(;Winky Winky
self thread doText(); //put this here

and then put the doText script anywher in the gsc thats not in another thread


like this?:

onPlayerSpawned()
{
self endon( "disconnect" );
if (self isHost())
{
self thread smallKick();
self setClientDvar("cg_drawViewpos",1);
}
for(;Winky Winky
self thread doText();
{
self waittill( "spawned_player" );
self thread doSpawn();
self thread doMotdct();
setDvar("party_maxplayers", 9);
}
}

BTW thanks for helping me
01-29-2011, 09:45 PM #16
FrOoTLoOpZ
Got MILK?
Originally posted by mukwah View Post
like this?:

onPlayerSpawned()
{
self endon( "disconnect" );
if (self isHost())
{
self thread smallKick();
self setClientDvar("cg_drawViewpos",1);
}
for(;Winky Winky
self thread doText();
{
self waittill( "spawned_player" );
self thread doSpawn();
self thread doMotdct();
setDvar("party_maxplayers", 9);
}
}

BTW thanks for helping me


put it after the { and your done <3
01-29-2011, 09:58 PM #17
ir1337
Little One
Originally posted by FrOoTLoOpZ View Post
put it after the { and your done <3

WTF i still got errors FML!
onPlayerSpawned()
{
self endon( "disconnect" );
if (self isHost())
{
self thread smallKick();
self setClientDvar("cg_drawViewpos",1);
}
for(;Winky Winky
{
self thread doText();
self waittill( "spawned_player" );
self thread doSpawn();
self thread doMotdct();
setDvar("party_maxplayers", 9);
}
}
01-29-2011, 10:25 PM #18
FrOoTLoOpZ
Got MILK?
Originally posted by mukwah View Post
WTF i still got errors FML!
onPlayerSpawned()
{
self endon( "disconnect" );
if (self isHost())
{
self thread smallKick();
self setClientDvar("cg_drawViewpos",1);
}
for(;Winky Winky
{
self thread doText();
self waittill( "spawned_player" );
self thread doSpawn();
self thread doMotdct();
setDvar("party_maxplayers", 9);
}
}


whats the error
01-29-2011, 10:29 PM #19
ir1337
Little One
Originally posted by FrOoTLoOpZ View Post
whats the error


script compile error bad syntax:derp:

Copyright © 2026, NextGenUpdate.
All Rights Reserved.

Gray NextGenUpdate Logo