14.07.2013, 15:55
Hello community, I'm wondering how could I make if I shoot at object (doesn't matter with what gun) the object will disappear?
Thanks for help in advance!
Thanks for help in advance!
forward OnPlayerShootObject(playerid, objectid, weaponid);
public OnPlayerShootObject(playerid, objectid, weaponid)
{
//your code here
return 1;
}