[Question]Give own Weapon to other Players
#1

Hey,
i wants to give other players my own Weapon.

I've need it in a small dialog.
pawn Код:
if(listitem == 3)
{
                GetPlayerName(playerid, aname, sizeof(aname));
                GetPlayerName(c_var[playerid], cn_var, sizeof(cn_var));
               
// give there Weapon, which i have in my Hands in the moment.
            GivePlayerWeapon(cn_var, ? ? ? , ? ? ?)
                format(string2, sizeof(string2), "%s has sent a weapon to you", aname);
                SendClientMessage(c_var[playerid],0x0ffff, string2);
I would be happy, if you can tell me how to do that.
Reply
#2

no one can help?
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)