Zombie class name
hey,
someone can tell me how i can get zombie class name example: You are now using %d class but in sub plugin |
Re: Zombie class name
Not possible bcoz the native has not been biuld..
You can get the id of the class if you want..[ Id is basically a number] For eg: The id of a classic zombie is 0 The id of a raptor zombie is 1 similiarly every id is a consecutive number |
Re: Zombie class name
Quote:
g_zclass_name ? |
Re: Zombie class name
Ya but there is not native which returns the classname..
I will be adding support for it in my new version..:) |
Re: Zombie class name
Quote:
if (zp_get_user_zombie_class = g_zclass6) { client_print("You are now (what comes here) ? } |
Re: Zombie class name
Quote:
PHP Code:
|
Re: Zombie class name
and for your chat plugin how i can include there ? :/ thats what i want all the time..
|
Re: Zombie class name
1- Get the id's of every zombie by using the plugin i have provided above
2- While in-game when your checking id's check which name of zombie represents the id for eg you got this in game: Your id is 4 Now check which zombie class you have chosen for eg you have chosen Rage Zombie so it means that Rage Zombie's id is 4 3- In the chat plugin do it like this: PHP Code:
|
Re: Zombie class name
Quote:
|
Re: Zombie class name
It WILL WORK..:up:
|
| All times are GMT -4. The time now is 03:41. |
Powered by vBulletin®
Copyright ©2000 - 2024, vBulletin Solutions, Inc.