Total Members Voted: 15
0 Members and 1 Guest are viewing this topic.
The ones i have work for ZS so you fail hard!
You're being dumb, they're Clientside, not ServerSide.
No, but you're being completely dumb, I said SERVERSIDE ones don't work/are not for ZS, not CLIENTSIDE, the ones you use are CLIENTSIDE, not SERVERSIDE.
The one I HAVE.Clientside.
Already got that one over 9000 times. Here is the one you want.:~RND`=-Sanders has just earned the achievement "ASS rush" - "Explode all players pre-round and rush to redeem them while they yell at you"!
Andrew: your mom spazzes.:RND`=- Tomcat: not meTomcat: andrewTomcat: dont go there.:RND`=- Tomcat: i will rape you all they way back to 1980
first one to get thatbut i can see what i can code i dunt think this is a possibility because we dont have enough lua coders STFU KRASHER
local killed = achievements.GetValue( "Hard Wood", "total", 0 ) local ply = LocalPlayer() if ( !ValidEntity( ply ) ) then return end local wep = ply:GetWeapon() if ( !ValidEntity( wep ) ) then return endlocal function PlayerKilledNPC( msg ) local victim, inflictor, attacker = msg:ReadString(), msg:ReadString(), msg:ReadEntity() local ply = LocalPlayer() if ( ValidEntity( ply ) && wep:GetClass() == "weapon_zs_plank" ) then if ( killed != 10 && attacker == ply && victim == ply ) then killed = math.Clamp( killed + 1, 0, 10 ) achievements.SetValue( "Hard Wood", "total", killed ) achievements.Update( "Hard Wood", killed / 10, killed .. "/10" ) end end return victim, inflictor, attackerendusermessage.AddHook( "PlayerKilledNPC", "Achievements.CantTouchThis", PlayerKilledNPC )achievements.Register( "Hard Wood", "Kill 10 zombies with the plank.", "achievements/hardwood", killed / 10, killed .. "/10" )
Zs Update Will Include:WeaponsZombie ClassesHatsAchievementsVGUI updateSo get over it.- Krasher (RND Zs Dev Team leader)
Can you make me a special Gay-Boy hat just for me? It would be awesome to kill zombies as a Gay-Boy Lol
I'm gay and love to suck cock
Haxx0r among haxx0rs: Kill a Super Admin/the owner.
Wood rage: kill 10 zombies with plankMore than just carpentry: use 1000 nailsThat's not a machine gun: fire 2000 bullets with pea shooterZombie god: Eat 10 human brains in one game
what do guys and rubix cubes have in common? The longer you play with them, the harder they get.
Zs Update Will Include:WeaponsZombie ClassesHatsAchievementsVGUI updateSo get over it.never- Krasher (RND Zs Dev Team leader)Tomcat you suck balls and you know it.Code: [Select]local killed = achievements.GetValue( "Hard Wood", "total", 0 ) local ply = LocalPlayer() if ( !ValidEntity( ply ) ) then return end local wep = ply:GetWeapon() if ( !ValidEntity( wep ) ) then return endlocal function PlayerKilledNPC( msg ) local victim, inflictor, attacker = msg:ReadString(), msg:ReadString(), msg:ReadEntity() local ply = LocalPlayer() if ( ValidEntity( ply ) && wep:GetClass() == "weapon_zs_plank" ) then if ( killed != 10 && attacker == ply && victim == ply ) then killed = math.Clamp( killed + 1, 0, 10 ) achievements.SetValue( "Hard Wood", "total", killed ) achievements.Update( "Hard Wood", killed / 10, killed .. "/10" ) end end return victim, inflictor, attackerendusermessage.AddHook( "PlayerKilledNPC", "Achievements.CantTouchThis", PlayerKilledNPC )achievements.Register( "Hard Wood", "Kill 10 zombies with the plank.", "achievements/hardwood", killed / 10, killed .. "/10" )