12.01.2012, 11:17
Hello what i need to do is make it so if someone gets attacked by a knife they die in one? is this possible
and also make bullets stronger?
Thanks in advance!
and also make bullets stronger?
Thanks in advance!
public OnPlayerSpawn(playerid)
{
SetPlayerSkillLevel(playerid, WEAPONSKILL_AK47, 999);
//This will make player AK47 skill level to max.
return 1;
}