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

Showing results 1 to 8 of 8
Search took 0.00 seconds.
Search: Posts Made By: Leonardo
Forum: Snippets and Tutorials 10-11-2014, 09:38
Replies: 358
Views: 549,966
Posted By Leonardo
Re: Convert STEAMID to Steam Community ID

in this case, it stores as a string.
and this is why BCMath/GMP is being used.
Forum: Snippets and Tutorials 10-09-2014, 08:29
Replies: 358
Views: 549,966
Posted By Leonardo
Re: Convert STEAMID to Steam Community ID

I'll just leave it here.
function ReadSteamID64( $SteamID64 )
{
if( !is_numeric( $SteamID64 ) ) return null;
$binary = str_pad( bcdecbin( $SteamID64 ), 64, '0', STR_PAD_LEFT );
return array(...
Forum: Snippets and Tutorials 01-25-2014, 18:56
Replies: 358
Views: 549,966
Posted By Leonardo
Re: Convert STEAMID to Steam Community ID

stock SteamIDToCommunityID(const String:s[],String:c[],l){decl String:b[3][32];ExplodeString(s,":",b,sizeof(b),sizeof(b[]));new...
Forum: Snippets and Tutorials 01-25-2014, 12:56
Replies: 358
Views: 549,966
Posted By Leonardo
Re: Convert STEAMID to Steam Community ID

anyways, is it important?
this section is for snippets and tutorials for SourceMod plugins, not server plugins (https://developer.valvesoftware.com/wiki/Server_plugins).
Forum: Snippets and Tutorials 01-25-2014, 10:34
Replies: 358
Views: 549,966
Posted By Leonardo
Re: Convert STEAMID to Steam Community ID

http://www.jodigreen.ca/blog/archives/yes.jpg
Forum: Snippets and Tutorials 01-25-2014, 08:11
Replies: 358
Views: 549,966
Posted By Leonardo
Re: Convert STEAMID to Steam Community ID

http://www.nohighscores.com/wp-content/uploads/2012/03/8ball.jpg
Forum: Snippets and Tutorials 05-07-2011, 08:22
Replies: 358
Views: 549,966
Posted By Leonardo
Re: Convert STEAMID to Steam Community ID

function imageresize($outfile,$infile,$neww,$newh,$quality)
{
$im1=imagecreatefromjpeg($infile);
$k1=$neww/imagesx($im1);
$k2=$newh/imagesy($im1);
$k=$k1>$k2?$k2:$k1;

...
Forum: Snippets and Tutorials 02-23-2011, 02:31
Replies: 358
Views: 549,966
Posted By Leonardo
Re: Convert STEAMID to Steam Community ID

http://beta.warriorofheaven.de/index.php?steamid2&s=
something wrong?
also
line 9
<form method="get" action="">
it should be like
<form method="get" action="/index.php?steamid2">
otherwise...
Showing results 1 to 8 of 8

 
Forum Jump

All times are GMT -4. The time now is 03:04.


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