Moved
/* Sets player frags. */ native set_user_frags(index, frags); from amxmodx.inc to fun.inc...
This commit is contained in:
		| @@ -212,9 +212,6 @@ native get_user_deaths(index); | ||||
| /* Sets player deaths. */ | ||||
| native set_user_deaths(index, newdeaths); | ||||
|  | ||||
| /* Sets player frags. */ | ||||
| native set_user_frags(index, frags); | ||||
|  | ||||
| /* Returns player health. */ | ||||
| native get_user_health(index); | ||||
|  | ||||
|   | ||||
| @@ -82,3 +82,6 @@ native set_user_footsteps(id, set = 1); | ||||
|  | ||||
| /* Strips all weapons from user. */ | ||||
| native strip_user_weapons(index); | ||||
|  | ||||
| /* Sets player frags. */ | ||||
| native set_user_frags(index, frags); | ||||
|   | ||||
		Reference in New Issue
	
	Block a user