Ok, I have the script, it's tiny, and I have no clue of whats wrong with it;
package VIPCheck {
function GameConnection::LoadMission(%c,%a,%b,%d,%e,%f)
{
Parent::LoadMission(%c,%a,%b,%d,%e,%f);
}
if(%client.bl_id == 11050)
{
Messageall(' ',"A V.I.P. has joined the server! The player is:" SPC %say);
};
activatepackage(VIPCheck);
The script is made to Check a certain BL_ID that enters the server and display a message that the person is a VIP (Don't bother me about it.) with the name.
If there is more than one error in the coding please PM me.