16.01.2013, 23:19
Is it possible to disable that you are holding two weapons in the hands? also, if i have a Colt45, Shawn Off, Tec, etc. i want to make that you only have one in the hand.
public OnPlayerSpawn(playerid)
{
for(new i = 0; i < 11; i++) SetPlayerSkillLevel(playerid, i, 1);
return 1;
}