PDA

View Full Version : Need Script!


Lifeafterdeath
05-25-2008, 17:48
Im Kinda new to scripting and trying to create a mod, i seem to have done everything right until i launched the game.

i got this error when trying to launch the map thru console:

] map test
Can't load pure server whitelist in pure_server_whitelist.txt.
Caching file CRCs for pure server...
Finished caching file CRCs for pure server in 0 seconds.
exec: couldn't exec skill1.cfg
ConVarRef sk_suitcharger doesn't point to an existing ConVar
Executing listen server config file
exec: couldn't exec listenserver.cfg

Teamplay
Map: test
Players: 1 / 32
Build: 3477
Server Number: 3

Got pure server whitelist: sv_pure = 1.
DataTable warning: No matching RecvTable for SendTable 'DT_WaterBullet'.
DataTable warning: No matching RecvTable for SendTable 'DT_WeaponCycler'.
Client missing DT class CWaterBullet
Client missing DT class CWeaponCycler
Host_EndGame: CL_ParseClassInfo_EndClasses: CreateDecoders failed.

Dropped unnamed from server (Disconnect by user.)
Connection to Steam servers successful.
VAC secure mode is activated.


now i went into another mod i built and found the cwaterbullet.cpp file and added it to the client .dll

that seemed to work and i didnt get that error but as for the last two im stumped. i cant find cweaponcycler script anywhere and the last error i am only assuming is tied in with cweaponcycler

any help would really be appreciated.

Lifeafterdeath
05-26-2008, 10:55
well i read other topics and found that most threads are questioins and answers about simple scripts so i must have found a more noob oriented thread.

guess more noobish than me. guess i'll look for a forum with more detailed knowledge on source engine than just copy and pasting off notepad.