Raised This Month: $51 Target: $400
 12% 

Showing results 1 to 25 of 43
Search took 0.02 seconds.
Search: Posts Made By: 343N
Forum: Scripting 02-26-2017, 03:04
Replies: 5
Views: 1,562
Posted By 343N
Re: IntToString conversion not working?

wait, where'd my reply go? I swear I replied to this thread after the first post by nosoop and said thank you.

oh well, thank you nosoop. I'm going to go learn what a string terminator is now....
Forum: Scripting 02-25-2017, 21:35
Replies: 5
Views: 1,562
Posted By 343N
IntToString conversion not working?

This:

public int MenuHandler1(Menu menu, MenuAction action, int client, int param2)
{
/* If an option was selected, tell the client about the item. */
if (action == MenuAction_Select)
{...
Forum: Scripting 02-23-2017, 16:23
Replies: 6
Views: 3,322
Posted By 343N
Re: Set m_bFlipViewModel on predicted_model?

so i'll have to flip the model through a modelling program and get clients to download that model instead? damn. if there's any other way it'd be great, because otherwise I'd have to flip every...
Forum: Scripting 02-23-2017, 01:51
Replies: 6
Views: 3,322
Posted By 343N
Re: Set m_bFlipViewModel on predicted_model?

Would there be another way to flip the clients viewmodel? This is a bummer.
Forum: Scripting 02-23-2017, 00:49
Replies: 8
Views: 1,772
Posted By 343N
Re: Store menu selection in client?

Looks good, thank you for your help, much appreciated.
Forum: Scripting 02-23-2017, 00:28
Replies: 6
Views: 3,322
Posted By 343N
Set m_bFlipViewModel on predicted_model?

Messing with SM-WeaponModels I added my own variable to the enum so that I can have an argument in the API to flip viewmodels, since apparently viewmodels have a "m_bFlipViewModel" property, but when...
Forum: Unapproved Plugins 02-22-2017, 22:15
Replies: 187
Views: 168,603
Posted By 343N
Re: [CS:GO] First Person View Models Interface (with World Models support)

so there's no way to flip viewmodels? I posted about this months ago but using milkshape 3d to flip viewmodels I just get an error and flipping them any other way will take weeks to go through every...
Forum: Source Servers (SRCDS) 02-22-2017, 18:46
Replies: 50
Views: 31,566
Posted By 343N
Re: [TF2] Getting Kicked for Host_Error: CL_ReadPreserveEnt: u.m_nNewEntity == MAX...

Still having the same issue on a local SRCDS server on Windows.
Forum: Scripting 02-22-2017, 11:47
Replies: 8
Views: 1,772
Posted By 343N
Re: Store menu selection in client?

Ah, thought so. This was what I was looking for, I thought there might be a more elegant solution to this. How would I go about storing this data so that when the map changes/server crashes, the data...
Forum: Scripting 02-21-2017, 19:25
Replies: 8
Views: 1,772
Posted By 343N
Re: Store menu selection in client?

Okay, the divide by 7 part just confused the hell out of me. Does the menu itself store the options chosen by each user, why would I need to divide by 7? (unless you're talking about paged entries)
...
Forum: Scripting 02-21-2017, 18:03
Replies: 8
Views: 1,772
Posted By 343N
Store menu selection in client?

So this is the my first plugin ever. I want a menu to let clients select a config for the models they'll use for their weapons, but the problem is I need to somehow keep track of each clients...
Forum: Unapproved Plugins 08-23-2016, 04:17
Replies: 187
Views: 168,603
Posted By 343N
Forum: Plugin/Gameplay Ideas and Requests 08-20-2016, 10:41
Replies: 1
Views: 748
Posted By 343N
DISABLE all weapon skins without recieving a GSLT ban?

Since my server uses complete view custom models, I want to disable all skins, since the custom models have their textures ruined because the skin applies itself to the custom model. Is there a way...
Forum: Source Servers (SRCDS) 08-20-2016, 03:41
Replies: 244
Views: 70,446
Posted By 343N
Re: CSGO crashes (As of 18/08 update)

i think it was something to do with soundscapes. when i played on maps with soundscapes it crashed either on a bomb explosion or on load, but on maps with no soundscapes at all they worked completely...
Forum: Source Servers (SRCDS) 08-20-2016, 00:14
Replies: 3
Views: 1,570
Posted By 343N
Re: Ultimate Map Chooser 3 doesn't work CS:GO

It doesn't want to work for me. I type RTV and nothing happens after writing in chat "Rocking the vote!" The mapcycle file is fine though.
Forum: Source Servers (SRCDS) 08-19-2016, 23:36
Replies: 244
Views: 70,446
Posted By 343N
Re: CSGO crashes (As of 18/08 update)

I don't crash as soon as I load into the maps that crashed me instantly before, which is good news. I'm yet to crash on this new update. Will report in when I do crash though
Forum: Source Servers (SRCDS) 08-19-2016, 13:05
Replies: 244
Views: 70,446
Posted By 343N
Re: CSGO crashes (As of 18/08 update)

it happens to me without sourcemod loaded at all so i'm pretty sure it's a CS:GO issue
Forum: Source Servers (SRCDS) 08-19-2016, 13:04
Replies: 3
Views: 1,338
Posted By 343N
Re: .mdl texture

Make sure the VMT file points at the right directory/VTF file aswell. pass us your model and texture and I can upload a fixed version for you
Forum: Unapproved Plugins 08-19-2016, 08:59
Replies: 187
Views: 168,603
Posted By 343N
Forum: Unapproved Plugins 08-16-2016, 02:29
Replies: 187
Views: 168,603
Posted By 343N
Re: [CS:GO] First Person View Models Interface (with World Models support)

Here you go.

http://125.63.61.106/fastdl/cssv3.7z

Thanks a lot for your help
Forum: Unapproved Plugins 08-15-2016, 07:01
Replies: 187
Views: 168,603
Posted By 343N
Re: [CS:GO] First Person View Models Interface (with World Models support)

:| I followed your guide to mirror viewmodels and it crashes whenever I start a map/game. Could I do the same thing in blender?

Or is there a quicker way to do it? I need to flip about 50...
Forum: Plugins 08-14-2016, 04:13
Replies: 15
Views: 19,296
Posted By 343N
Forum: Unapproved Plugins 08-14-2016, 01:08
Replies: 187
Views: 168,603
Posted By 343N
Re: [CS:GO] First Person View Models Interface (with World Models support)

Thanks heaps! One more question, is there a way to change viewmodel FOV for everyone? (some viewmodels have low FOV even on the highest setting). Thanks again.
Forum: Unapproved Plugins 08-11-2016, 21:22
Replies: 187
Views: 168,603
Posted By 343N
Re: [CS:GO] First Person View Models Interface (with World Models support)

Is there anyway to flip viewmodels? (e.g models that are left-handed, right handed?)
Forum: Plugin/Gameplay Ideas and Requests 08-07-2016, 23:28
Replies: 0
Views: 596
Posted By 343N
[CS:GO] Add drop-weapon support to SM-Weaponmodels and flip specific viewmodels?

So I'm adding custom viewmodels to my server, using First Person View Models Interface (https://forums.alliedmods.net/showthread.php?t=276697) and SM-WeaponModels...
Showing results 1 to 25 of 43

 
Forum Jump

All times are GMT -4. The time now is 14:01.


Powered by vBulletin®
Copyright ©2000 - 2024, vBulletin Solutions, Inc.
Theme made by Freecode