View Single Post
KyleS
SourceMod Plugin Approver
Join Date: Jul 2009
Location: Segmentation Fault.
Old 11-29-2013 , 14:56   Re: [ANY] SteamWorks
Reply With Quote #20

Quote:
Originally Posted by KorDen View Post
Format(steamid,sizeof(steamid),"STEAM_0:%d:%d ",OwnerSteamID%2,OwnerSteamID/2);
PHP Code:
Format(steamidsizeof(steamid),"STEAM_0:%d:%d", (OwnerSteamID 1), (OwnerSteamID >> 1)); 
Modulo is usually pretty slow. I guess the end result is the same, how we get there is slightly different ;)
KyleS is offline