Quote:
Originally Posted by lexzor
because player spawn would give me an server console error that say "Invalid player 1" or any other number. i will try something and i will repost it here
|
What's the logic behind that?! I always use PlayerSpawn to set player models. If you check if the user is alive, you can't possibly get an "invalid player" error.
Quote:
Originally Posted by lexzor
Ok, i tried what u said to me and now it's working. but i have another question.
it's neccesarly to use "cs_reset_user_model" before "cs_set_user_model" or i can just use set user model
|
Can the player have 2 player models at once? Obviously cs_set_user_model replaces the previous one and "reset" is pointless.
Quote:
Originally Posted by lexzor
also, i have another problem.
skin "alqaeda" is a model for terrorist
if i have that model enabled when i'm terrorist. some players see me as a default counter-terrorist models.
I don't have the same problem as them and i don't know why this is happening. what should i do ? this is skincheck code
|
Show the code where you precache the models, if you even do it. If not, that's the problem.
Or you didn't upload the files on your server/downloadurl or players use "cl_minmodels 1".
__________________