• 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
[Pawn] Help with Custom Weapon Names
#2
Are you using Teams??You can set them under SetPlayerSpawnInfo or SetPlayerTeam.?I guess you have, so you would be able to use https://www.open.mp/docs/scripting/funct...PlayerTeam







Code:
new string[128];

switch(GetPlayerTeam(playerid)) {

case 0: string = "deagle";

case 1: string = "pistol";

case 2: string = "glock";

default: string = "colt";

}
Check out Desolation Roleplay, where zombie AI and scavenging is bothered by player bandits!


  Reply


Messages In This Thread
Help with Custom Weapon Names - by RoBy41 - 2020-10-23, 02:08 PM
RE: Help with Custom Weapon Names - by Awide - 2020-10-24, 08:22 AM
RE: Help with Custom Weapon Names - by Kwarde - 2020-10-24, 09:28 AM
RE: Help with Custom Weapon Names - by RoBy41 - 2020-10-24, 10:28 AM
RE: Help with Custom Weapon Names - by Expert* - 2020-10-24, 10:55 AM
RE: Help with Custom Weapon Names - by RoBy41 - 2020-10-24, 11:03 AM

Forum Jump: