15.12.2012, 11:19
Why a stock, when it's already a function by a_samp.inc?
Returns: The ID of the player OR -1,
Returns: The ID of the player OR -1,
pawn Код:
new pID = GetPlayerID(inputtext);
if( pID != -1 )
{
// he's connected;
}
else
{
//he's not
}