OnPlayerWeaponShot
#1

hey guys i want to do if i shot on an object or something how can i use this function ?

OnPlayerWeaponShot an idea something ?

like
Код HTML:
if(weapon == 24)
	{
	  and here is the part where that object is readed but i don't know how to create it
	}
DONE i searched better and i found this

Код HTML:
if(hittype == BULLET_HIT_TYPE_OBJECT) {
DestroyObject(hitid);
}
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)