View Single Post
Martel
Member
Join Date: Mar 2004
Old 03-23-2004 , 06:34  
#15

Are you going to post it in the plugins forum or here?

And for the "There are no calls to CS_SetModel in ispy.sma":

I Spy from the old AMX version (model indexes tweaked by me).
The output format is - filename:line number: line in file

Quote:
martel@afs:~/hl2/cstrike/addons/amxx/scripting$ grep -nir CS_SetModel *
i_spy.sma:289: CS_SetModel(spy,CTModels[1]) // T change to CT
i_spy.sma:291: CS_SetModel(spy,TModels[2]) // T change to CT
And NEW I Spy from the AMXX forum:

Quote:
ispy.sma01: CS_SetModel(spy,CTModels[random_num(0,3)]) // T change to CT
ispy.sma03: CS_SetModel(spy,TModels[random_num(0,3)]) // CT change to T
Martel is offline