2020-10-24, 08:22 AM
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!