--Written by RoShambo and Wittebolx --Remove credits and you will die! --Script used in Wittebolx C&C Mode --VB style language, very easy to learn! function printf(...) io.write(string.format(unpack(arg))) end function InputConsole(...) Console_Input(string.format(unpack(arg))) end Object = 0 function OnChat(pID, Type, Message) if Message == "!Buy_SBH" then local pos = Get_Position(Get_GameObj(pID)) if Get_Team(pID) == 1 then InputConsole("ppage %d DENIED:Can't buy SBH when on GDI!", pID) else Change_Character(Get_GameObj(pID),"CnC_Nod_FlameThrower_2SF") InputConsole("ppage %d You have been changed into a Stealth Black Hand", Get_Player_Name_By_ID(pID)) end end end