variables for /banlog

This commit is contained in:
Stev 2018-12-26 09:48:37 +00:00
parent 0df6f5c686
commit b3f1f160fc

View File

@ -560,12 +560,13 @@ thread OnPlayerBanLog( playerid, const Name[ ] )
return SendError( playerid, "This player isn't banned." );
}
new ban_ip[ 16 ];
new ban_reason[ 80 ];
new ban_by[ 24 ];
new ban_date;
new ban_expire;
new country[ 3 ];
static
ban_ip[ 16 ],
ban_reason[ 80 ],
ban_by[ 24 ],
ban_date,
ban_expire,
;
for ( new row = 0; row < rows; row ++ )
{