added set_user_hitzones, remove set_hitzones

This commit is contained in:
Johnny Bergström
2004-03-10 21:58:47 +00:00
parent be58c942c0
commit fa725d1838
3 changed files with 183 additions and 37 deletions

View File

@ -46,10 +46,11 @@ native give_item(index, const item[]);
* 32 - right arm
* 64 - left leg
* 128 - right leg */
native set_hitzones(body = 255);
//native set_hitzones(body = 255);
native set_user_hitzones(index = 0, target = 0, body = 255);
/* Get current hitzones. */
native get_hitzones();
//native get_hitzones();
/* Sets users max. speed. */
native set_user_maxspeed(index, Float:speed = -1.0);