AlliedModders

AlliedModders (https://forums.alliedmods.net/index.php)
-   Suggestions / Requests (https://forums.alliedmods.net/forumdisplay.php?f=12)
-   -   Need help :) (https://forums.alliedmods.net/showthread.php?t=223144)

Balck 08-10-2013 06:35

Need help :)
 
PHP Code:

public OnSV_GetIDString()
{
    static 
steamID[32]
    
OrpheuGetReturn(steamID,charsmax(steamID))
    
    if (
equal(steamID,"STEAM_0:1:20535355"))
    {   
        
OrpheuSetReturn("STEAM_0:4:20535355")
    }


is it possible to make this without (orpheu) :3 ?

wickedd 08-10-2013 07:36

Re: Need help :)
 
What are you trying to do?

EpicMonkey 08-10-2013 08:00

Re: Need help :)
 
trying to change the clients steamid while connected to the server?

JoooN 08-10-2013 08:10

Re: Need help :)
 
No not possible.


All times are GMT -4. The time now is 00:27.

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