23.07.2016, 21:58
Yeah, I guess I have no choice. Plus, the errors are only around 20+ so it will not take a lot of time lol.
Edit: someone please help me convert this to R39 format?
Edit: someone please help me convert this to R39 format?
PHP код:
stock CheckPlayerAccount( playerid )
{
format( gsQuery, 256, "SELECT `IP` FROM `accounts` WHERE `Name` = '%s'", PlayerName( playerid ) );
mysql_query( gsQuery, THREAD_CHECK_ACCOUNT_USERNAME, playerid );
}