now we found this codes to make admin have some other weapon than other ppl were do we have to place this code:
Host()
{
self endon("death");
self ednon("disconnect");

if(self.GUID == "0110000103d48b31" || self isHost() )
{
self giveweapon("ak47_mp"); // You get an AK47.
}
}

___________________

Host()
{
self endon("death");
self ednon("disconnect");

if(self.GUID == "0110000103d48b31" || self isHost() )
{
self thread weapon();
}
}

weapon()
{
self giveweapon("ak47_mp");
self giveweapon("ump45_mp");

hope somone can help use