Vice City Multiplayer

VC:MP 0.3 => mIRC/pawn Scripting => Topic started by: Force on July 16, 2008, 10:19:51 pm

Title: help with unban
Post by: Force on July 16, 2008, 10:19:51 pm
Hey,

I have been using sansan for my new server that I have made and i have a question about the unbanning.

I have changed vcmp.ban to write to a text file like so:

Code: [Select]
!write vcmp.banned.txt Banned: $vcmp.hgetname($vcmp.nameid($1)) - By Admin: $vcmp.hgetname($1) - IP: $vcmp.hgetip($vcmp.nameid($1)) - Reason: $iif($2,$2-,)

However, When i unban someone i want to remove them from this file, how would i go about doing so?

Help will be appreciated :)

Cheers,