AlliedModders

AlliedModders (https://forums.alliedmods.net/index.php)
-   Snippets and Tutorials (https://forums.alliedmods.net/forumdisplay.php?f=112)
-   -   Random Code Archive (https://forums.alliedmods.net/showthread.php?t=295055)

sneaK 05-18-2017 15:45

Re: Random Code Archive
 
Quote:

Originally Posted by Headline (Post 2521401)
Couldn't edit the original post so we'll start a new one :D

This looks like some donation system of some sort. Have fun :D

This is just a copypasta of an (older)? version of Zeph's store with changed headers: https://forums.alliedmods.net/showthread.php?t=276677

Edit: 8guawong beat me to it lol

Neuro Toxin 05-18-2017 17:44

Re: Random Code Archive
 
Quote:

Originally Posted by OSWO (Post 2504175)
I think you should step off your high horse.

Quote:

Originally Posted by OSWO (Post 2504473)
:) Thanks for the free shoutout. :bee:

:nono:

"I think you should step off your high horse."

404UserNotFound 05-18-2017 17:54

Re: Random Code Archive
 
If that's Zeph's store, then Zeph's store is coded really shittily.

PHP Code:

new GAME_CSS false;
new 
GAME_CSGO false;
new 
GAME_DOD false;
new 
GAME_TF2 false;
new 
GAME_L4D false;
new 
GAME_L4D2 false

Like, the fuck? First off, use new syntax. Jesus. Secondly, why use these ints set to false? Shit don't make sense. Just use EngineVersion and grab the game type that way.

sneaK 05-18-2017 17:56

Re: Random Code Archive
 
Quote:

Originally Posted by 404UserNotFound (Post 2521432)
If that's Zeph's store, then Zeph's store is coded really shittily.

PHP Code:

new GAME_CSS false;
new 
GAME_CSGO false;
new 
GAME_DOD false;
new 
GAME_TF2 false;
new 
GAME_L4D false;
new 
GAME_L4D2 false

Like, the fuck? First off, use new syntax. Jesus. Secondly, why use these ints set to false? Shit don't make sense. Just use EngineVersion and grab the game type that way.

Pretty sure it was made quite a long time ago and sold privately, and he ultimately released it quite some time down the road because the source was leaked.

headline 05-18-2017 18:01

Re: Random Code Archive
 
This is an old Zephyrus store? Lmao I didn't realize

404UserNotFound 05-18-2017 21:39

Re: Random Code Archive
 
Quote:

Originally Posted by sneaK (Post 2521435)
Pretty sure it was made quite a long time ago and sold privately, and he ultimately released it quite some time down the road because the source was leaked.

Ohhhhh. That explains it then :oops:

nguyenbaodanh 09-28-2017 23:54

Re: Random Code Archive
 
would like to have the teabag plugin by zephy too :)) might be alot of fun
have found a download files here
PHP Code:

http://www.mediafire.com/file/ns5qk2xq9a1yctg/cstrike.zip 

tested on my csgo server, plugin loaded but not working. may be need to update it ... can some one help pls :)

headline 12-14-2017 05:43

Re: Random Code Archive
 
1 Attachment(s)
I'm no longer involved with my old gaming community, and none of this code is currently running on our servers, so I'll post lots of my old code here hoping that it because useful to someone. Have fun


Yes. Some of it is bad. I'm aware

shavit 12-15-2017 04:17

Re: Random Code Archive
 
I'll post some too because it might end up being useful, but I don't want to create threads and provide support if needed.

Admins List


CS:S/CS:GO Auto Restart


Connection message (SB)


CS:GO prestrafe


CS:GO G-Strafe


I really don't think I have anything else to post, have fun.

headline 12-18-2017 05:08

Re: Random Code Archive
 
Quote:

Originally Posted by shavit (Post 2566309)
-snip-

The more the merrier

:bacon!::bacon!:


All times are GMT -4. The time now is 14:33.

Powered by vBulletin®
Copyright ©2000 - 2024, vBulletin Solutions, Inc.