AlliedModders

AlliedModders (https://forums.alliedmods.net/index.php)
-   Scripting Help (https://forums.alliedmods.net/forumdisplay.php?f=11)
-   -   [help] Admin model (https://forums.alliedmods.net/showthread.php?t=173173)

Xscript 12-01-2011 13:54

[help] Admin model
 
PHP Code:

plugin_precache() {
    
precache_model("admin/admin1.mdl")
    
precache_model("admin/admin2.mdl")
    
precache_model("admin/admin3.mdl")


Now I'd like to help me

if the admin connect one of this models was set to him

Quote:

"admin/admin1.mdl"
"admin/admin2.mdl"
"admin/admin3.mdl"
the chose of this models is random

joshknifer 12-01-2011 13:55

Re: [help] Admin model
 
Try this:

http://forums.alliedmods.net/showthr...t=random+model

Xscript 12-01-2011 14:04

Re: [help] Admin model
 
thanks


All times are GMT -4. The time now is 08:25.

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