Jump to content

Recommended Posts

I was EXTREMELY cancerous back in 2009 - 2011 (even a bit after that)... Especially on AlliedMods.

 

Also, ladies and gentlemen, my first plugin in SourceMod, ever:

#include <sourcemod>
#include <SDKtools>

#define Plugin_version "1"


Public Plugin:myinfo =
{
Name = "respawner_survivor",
Author = "christian (gamemann)",
Desciption = "when a survivor dies it gives them 1-2 minutes to respawn again",
Version = "Plugin_version,
URL = "",
}
Public OnPluginStart()
{
RegAdminCmd("sm_survivor_spawn", Command_survivor_spawn, ADMFLAG_SURVIVOR_SPAWN)
}

Public Action:Command_survivor_spawn(cielent, args)
{
	Return Plugin_Handle;
}

New Handle:sm_respawn_survivor
{
Sm_respawn_survivor = CreateConvar("spawn_time",
"0.8"
"sets the maxiam of spawn time"
_,	/* Flags will be discussed later*/
True,		/* has the minium*/
0.1,
True,		/* sets a maxium*/
200.0)
}

New sm_survivor_spawn
SetStartSurvivorSpawn(new SurvivorSpawn)
{
SM_survivor_spawn = GetConVarInt(SM_survivor_spawn)
SetConVarint(sm_survivor_spawn, spawn_survivor)
}

Public sm_survivor_spawn()
{
Decl String:buffer[100]
GetCvarSTring(sm_survivor_spawn, budder, sizeof(buffer))
Return Stringtoint(buffer)

* That will not compile, I can easily see errors already.

 

:middle_finger: you @Xy_

Share this post


Link to post
Share on other sites


Well, @Roy got exposed. :lenny: (I put a lenny at the end since everyone else did it to look cool. ;) )


GFL Current and Former Positions:

____________________________________________________

GFL Media Team Graphic Arts

Former GMod Deathrun (US) Senior-Admin

Former GMod Prop Hunt (US) Admin

Former GMod Jailbreak (US) Trial-Admin

Former GMod Breach Admin

Former GMod Hide and Seek Admin

____________________________________________________

STEAM Profile
YouTube || GFLClan || GameTracker || Discord: Lynx#9968

ZssHI1C.jpg

 

GUxvRJS.jpg

~Made by the lovely @Rose::x: Thanks. <3

____________________________________________________

Share this post


Link to post
Share on other sites

Achievements

Just now, Gekkota said:

Well, @Roy got exposed. :lenny: (I put a lenny at the end since everyone else did it to look cool. ;) )

waw u hav specil txt, r u a admin?


71CFA5EE-923C-4740-ACF4-508B753C9AD7.png.92a0d40c0fa7773f71fea2453f581d16.png

(signature made by @Kaylode)

Previously known as Xy.

 

Twitter ❤️Ko-Fi ❤️Github

 

 IMG_0248.jpg

 

ben_mixed_opinions.png

 

Share this post


Link to post
Share on other sites


9 hours ago, Xy_ said:

... and again

Capture.PNG.7fdea321279d9aa782d450cdbf407518.PNG

Okay after getting sleep and waking up I can see that it is not a cat and looks more like the Doge you linked. HOWEVER, it still KINDA looks like a cat if you think about it. Well, besides the mouth & nose.

 

Thanks.

Share this post


Link to post
Share on other sites


Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now


×
×
  • Create New...