ProxDector Help.
#3

Use THIS include and put it inside
pawn Код:
OnPlayerWeaponChange(playerid, newweapon, oldweapon)
Here is an example
pawn Код:
OnPlayerWeaponChange(playerid, newweapon, oldweapon)
{
    new gunname[25];
    new string[128];
    GetWeaponName(newweapon, gunname);//Make it yourself
    format(string, sizeof(string), "* %s takes his bag of his back and takes out a %s.", GetPlayerName(playerid), gunname);
    ProxDetector(30.0, playerid, string, COLOR_PURPLE,COLOR_PURPLE,COLOR_PURPLE,COLOR_PURPLE,COLOR_PURPLE);
}
Reply


Messages In This Thread
ProxDector Help. - by Hash [NL-RP] - 12.06.2010, 18:11
Re: ProxDector Help. - by Aleksandar_Zivanovci - 12.06.2010, 19:01
Re: ProxDector Help. - by Dark_Kostas - 12.06.2010, 19:06
Re: ProxDector Help. - by Hash [NL-RP] - 12.06.2010, 19:22

Forum Jump:


Users browsing this thread: 1 Guest(s)