variables for /banlog
This commit is contained in:
parent
0df6f5c686
commit
b3f1f160fc
@ -560,12 +560,13 @@ thread OnPlayerBanLog( playerid, const Name[ ] )
|
|||||||
return SendError( playerid, "This player isn't banned." );
|
return SendError( playerid, "This player isn't banned." );
|
||||||
}
|
}
|
||||||
|
|
||||||
new ban_ip[ 16 ];
|
static
|
||||||
new ban_reason[ 80 ];
|
ban_ip[ 16 ],
|
||||||
new ban_by[ 24 ];
|
ban_reason[ 80 ],
|
||||||
new ban_date;
|
ban_by[ 24 ],
|
||||||
new ban_expire;
|
ban_date,
|
||||||
new country[ 3 ];
|
ban_expire,
|
||||||
|
;
|
||||||
|
|
||||||
for ( new row = 0; row < rows; row ++ )
|
for ( new row = 0; row < rows; row ++ )
|
||||||
{
|
{
|
||||||
|
Loading…
Reference in New Issue
Block a user