AlliedModders

AlliedModders (https://forums.alliedmods.net/index.php)
-   Extensions (https://forums.alliedmods.net/forumdisplay.php?f=134)
-   -   [ANY] SteamWorks (https://forums.alliedmods.net/showthread.php?t=229556)

RumbleFrog 04-01-2017 16:46

Re: [ANY] SteamWorks
 
Does this support 64-bit group ID?

Code:

native bool:SteamWorks_GetUserGroupStatus(client, groupid);

asherkin 04-01-2017 18:54

Re: [ANY] SteamWorks
 
Quote:

Originally Posted by RumbleFrog (Post 2508606)
Does this support 64-bit group ID?

Code:

native bool:SteamWorks_GetUserGroupStatus(client, groupid);

No, SourcePawn doesn't have 64-bit integers.

RumbleFrog 04-01-2017 20:30

Re: [ANY] SteamWorks
 
Also, I cannot get SteamWorks_OnClientGroupStatus forward to fire, SteamWorks_GetUserGroupStatus returns true.

KyleS 04-01-2017 23:27

Re: [ANY] SteamWorks
 
Quote:

Originally Posted by RumbleFrog (Post 2508652)
Also, I cannot get SteamWorks_OnClientGroupStatus forward to fire, SteamWorks_GetUserGroupStatus returns true.

Are you passing the correct/valid groupid? Which game? Which version of the steamworks library (not extension) does your game use?

RumbleFrog 04-02-2017 01:09

Re: [ANY] SteamWorks
 
Quote:

Originally Posted by KyleS (Post 2508702)
Are you passing the correct/valid groupid? Which game? Which version of the steamworks library (not extension) does your game use?

It's a valid group ID: 28307369

This is for Team Fortress 2

Uhm, where do I find SteamWorks library version

RumbleFrog 04-02-2017 16:46

Re: [ANY] SteamWorks
 
I actually got the forward to fire once, but that's it.

KyleS 04-02-2017 20:59

Re: [ANY] SteamWorks
 
Quote:

Originally Posted by RumbleFrog (Post 2508893)
I actually got the forward to fire once, but that's it.

Sounds like it's working.

RumbleFrog 04-02-2017 22:46

Re: [ANY] SteamWorks
 
Quote:

Originally Posted by KyleS (Post 2508943)
Sounds like it's working.

Well, the problem is, idk how to get it to fire again. It worked once :/

RumbleFrog 04-07-2017 23:19

Re: [ANY] SteamWorks
 
And still can't get it to work.

KyleS 04-08-2017 14:29

Re: [ANY] SteamWorks
 
Quote:

Originally Posted by RumbleFrog (Post 2510245)
And still can't get it to work.

You've posted zero code.


All times are GMT -4. The time now is 15:26.

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