[Problem] cs_player_models_api
ERROR:
Code:
FATAL ERROR (shutting down): Mod_LoadModel: models/player/Infected_Model/In notCode:
native cs_set_player_model(pPlayer, const szModel[]);Code:
new szModel[32];Code:
cs_set_player_model(pId, g_szInfectedModel); |
Re: [Problem] cs_player_models_api
You don't need to add "models/player/" to model location when using cstrike module/natives, if I remember correctly.
I noticed that you are using an API, but seeing the log it's probably due to a inexistent model. |
Re: [Problem] cs_player_models_api
Obviously, it gets cut off.
Length of 32 is too short. |
Re: [Problem] cs_player_models_api
Quote:
- My mistake, because it is known to be above the number of characters I have defined. |
| All times are GMT -4. The time now is 17:31. |
Powered by vBulletin®
Copyright ©2000 - 2024, vBulletin Solutions, Inc.