View Single Post
GHW_Chronic
SourceMod Donor
Join Date: Sep 2004
Location: Texas
Old 12-14-2006 , 18:49   Re: Christmas Events
Reply With Quote #7

he fixed the first switch statement lol.
you need to convert fully to switch statements and change the defines to something like so:
Code:
new models[8][32] = {     "models/player/stanta1/stanta1.mdl",     "blah",     "blah",     "blah",     "blah",     "blah",     "blah",     "blah" }

then use them like this:
Code:
precache_model(models[0])

gl
GHW_Chronic is offline
Send a message via AIM to GHW_Chronic