05-19-2013, 18:36
When I say! 1st became weapons but I can not be killed! but when I take a model body that can kill me how to fix it?
Code:
if (Message == "!1")
{
// give ak 47 as test
Client.Other.SetPlayerModel("weapon_mp5_iw5_blue");
}
if (Message == "!4")
{
// give ak 47 as test
Client.Other.SetPlayerModel("mp_body_opforce_russian_urban_sniper");
}