google-site-verification: googlebaca44933768a824.html [SDK] GetPlayerUserID fails - Old Royal Hack Forum

Announcement

Collapse
No announcement yet.

[SDK] GetPlayerUserID fails

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

    [SDK] GetPlayerUserID fails

    Hi.
    I want to get the entity index (player index so far) from userid. In serverplugins, I simply use m_pEngine->GetPlayerUserID, works well, but on clientside (so in hacks..) it returns 0 - every time.
    Is there another way to get the index by userid?

    OMG! Forum fail. Sorry - please move.

    Thanks!

    #2
    pEngine->GetPlayerForUserID(userid);

    Works fine for me?
    /* fibre */

    Comment

    Working...
    X