native
zp_make_user_special
Syntax
native zp_make_user_special(id, spid, zombie);
Description
Make player an X special class
Parameters
| id | Player index |
|---|---|
| spid | Special Class Index |
| zombie | Is Zombie Special Class or Human Special Class (0 - Human | 1 - Zombie) |
Note
Recomended to make custom specials classes in external plugins
Return
True if sucess, false otherwise
Error
If Special Class index are invalid