error with porting custom playmermodel
-
im trying to port this kermit model from cod4, i can load into game but the game crashes when i go thirdperson or kill myself (show the model pretty much)
-
im trying to port this kermit model from cod4, i can load into game but the game crashes when i go thirdperson or kill myself (show the model pretty much)
coolpool718 I don't have any knowledge about this so I can't help you but for my Shrek player model I use this.
Maybe you're missing something like precacheModel() ?init() { precacheModel( "shrekmp" ); level thread onPlayerConnect(); } onPlayerConnect() { for(;;) { level waittill( "connected", player ); player thread onPlayerSpawned(); } } onPlayerSpawned() { self endon("disconnect"); for(;;) { self waittill("changed_kit"); self detachAll(); self setModel("shrekmp"); } } -
nope i had precachemodel in my gsc i also tried precacheshader get same error with my script and yours
Hello! It looks like you're interested in this conversation, but you don't have an account yet.
Getting fed up of having to scroll through the same posts each visit? When you register for an account, you'll always come back to exactly where you were before, and choose to be notified of new replies (either via email, or push notification). You'll also be able to save bookmarks and upvote posts to show your appreciation to other community members.
With your input, this post could be even better 💗
Register Login