Quote:
Originally Posted by Peoples Army
no you got it backwords . m_ModelName is a string "models/player/t_arctic.mdl"
if your looking for the integer index for the model it would be
m_nModelIndex
|
no he doesnt have it backwards. its right model index is basically the index id of the entity, " *8 " is not an index, if you make a loop on all entities and return their model names(not model index) you will get numbers like " *1" and such in the returned string which what LDuke said it makes it a brushed entity..
__________________