elitepvpers

elitepvpers (https://www.elitepvpers.com/forum/)
-   Counter-Strike (https://www.elitepvpers.com/forum/counter-strike/)
-   -   Hilfe Sourcemod Plugin Updaten (https://www.elitepvpers.com/forum/counter-strike/3828375-hilfe-sourcemod-plugin-updaten.html)

herogat 08/13/2015 21:36

Hilfe Sourcemod Plugin Updaten
 
Hallo habe ne Frage kann mir jemand zeigen wie ich das Plugin Update für die neue Sourcemod Version ?


Code:

                //Definitions
                new String:steamid[32];
                new String:FullWeaponName[40];
                new String:query[200];
               
                //Getting weapons full name
                FullWeaponName = "weapon_";
                StrCat(FullWeaponName, sizeof(FullWeaponName), weapon);
               
                //Checking if client is in database
                GetClientAuthString(client, steamid, 32); //Getting steam ID with one warning
               
                Format(query, sizeof(query), "SELECT weapon_name, paint FROM skins LEFT JOIN weapons ON skins.weapon_id = weapons.id WHERE steamid = '%s' AND weapons.weapon_name = '%s'", steamid, FullWeaponName);
                new Handle:queryH = SQL_Query(DB, query);

Geht um die
GetClientAuthString(client, steamid, 32);

Da aber dann nicht mehr geht villeicht kennt sich da jemand aus ;)

.Bara. 08/15/2015 09:45

Weapon Paints verstößt gegen der Steam EULA.
Ein Thread wurde deswegen bereits geschlossen: [Only registered and activated users can see links. Click Here To Register...]

lordsill 08/15/2015 09:51

#closed


All times are GMT +2. The time now is 12:36.

Powered by vBulletin®
Copyright ©2000 - 2026, Jelsoft Enterprises Ltd.
SEO by vBSEO ©2011, Crawlability, Inc.