Raised This Month: $32 Target: $400
 8% 

Subplugin Submission [STOCK] zp_get_user_human


Post New Thread Reply   
 
Thread Tools Display Modes
Author Message
edon1337
Penguin Enthusiast
Join Date: Jun 2016
Location: Macedonia
Old 02-11-2017 , 18:33   [STOCK] zp_get_user_human
Reply With Quote #1

.: Description :.
Quote:
This stock checks if user is human. Returns true on success and false on fail.
.: Stock :.
PHP Code:
stock zp_get_user_human(id) {
    
    if(!(
zp_get_user_survivor(id) && zp_get_user_zombie(id) && zp_get_user_nemesis(id))) 
    return 
1;
    
    return 
0;

.: Usage :.
PHP Code:
#include <amxmodx>
#include <zombieplague>

#define PLUGIN "[STOCK] zp_get_user_human"
#define VERSION "1.0"
#define AUTHOR "DoNii"


public plugin_init() {
    
register_plugin(PLUGINVERSIONAUTHOR)
    
}

public 
zp_user_humanized_post(id) {
    
    if(
zp_get_user_human(id)) 
    
client_print(idprint_chat"You're A Human");
}

zp_get_user_human(id) {
    
    if(!(
zp_get_user_survivor(id) && zp_get_user_zombie(id) && zp_get_user_nemesis(id))) 
    return 
1;
    
    return 
0;

__________________

Last edited by edon1337; 03-21-2017 at 11:35.
edon1337 is offline
Relaxing
AlliedModders Donor
Join Date: Jun 2016
Location: White Plains
Old 02-12-2017 , 15:32   Re: [STOCK] zp_get_user_human
Reply With Quote #2

Is this a thing? *never messed around with zp*
__________________

Last edited by Relaxing; 03-14-2018 at 11:10.
Relaxing is offline
edon1337
Penguin Enthusiast
Join Date: Jun 2016
Location: Macedonia
Old 02-12-2017 , 15:54   Re: [STOCK] zp_get_user_human
Reply With Quote #3

You don't need a new include file for a simple stock.
__________________
edon1337 is offline
Reply


Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump


All times are GMT -4. The time now is 22:00.


Powered by vBulletin®
Copyright ©2000 - 2024, vBulletin Solutions, Inc.
Theme made by Freecode