AlliedModders

AlliedModders (https://forums.alliedmods.net/index.php)
-   Unapproved/Old Plugins (https://forums.alliedmods.net/forumdisplay.php?f=27)
-   -   Automatic file downloader for clients (https://forums.alliedmods.net/showthread.php?t=288175)

jotalanusse 09-24-2016 00:34

Automatic file downloader for clients
 
1 Attachment(s)
This plugin, allows server clients to donload MODELS files, that otherwise, they couldnt be able to download, and their game would crash.


CODE:


# Im not going to make any aupdates to this plugin!

# Add models under [ public plugin_precache ]

# just add "precache_model("models/examplefolder/examplefile.mdl")" under specified line

# Dont modify anything else!

# This plugin doesent has any bugs!

# NOTE!: Every time you want to add a model, you will have to add the line in the
.sma file and compile it, and replace the old plugin with the new .amxx file


#include <amxmodx>
#include <amxmisc>
#include <cstrike>

public plugin_init() {
register_plugin("AMX Custom file downloader", "1.4.0", "Jotalanusse")
return PLUGIN_CONTINUE
}

public plugin_precache() {
precache_model("models1/examplefolder1/examplefile1.mdl")
precache_model("models2/examplefolder2/examplefile2.mdl")
return PLUGIN_CONTINUE
}

wickedd 09-24-2016 00:47

Re: Automatic file downloader for clients
 
Useless

tousif 09-24-2016 01:22

Re: Automatic file downloader for clients
 
Seriously ?

quLeryuzz 09-24-2016 11:15

Re: Automatic file downloader for clients
 
Version 1.4.0, lol :lol:

rautamiekka 09-25-2016 09:09

Re: Automatic file downloader for clients
 
This certainly doesn't deserve to get approved.

mlibre 09-25-2016 14:32

Re: Automatic file downloader for clients
 
just discover america in a glass of water, dear friend

WAR3DM 09-28-2016 21:27

Re: Automatic file downloader for clients
 
Not useless, but needs moved to Code Snippets.

wickedd 09-29-2016 00:36

Re: Automatic file downloader for clients
 
It should be moved to the trash.


All times are GMT -4. The time now is 10:56.

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