Raised This Month: $ Target: $400
 0% 

[Request] Block Usp Damage


  
 
 
Thread Tools Display Modes
Prev Previous Post   Next Post Next
HamletEagle
AMX Mod X Plugin Approver
Join Date: Sep 2013
Location: Romania
Old 10-09-2021 , 04:33   Re: [Request] Block Usp Damage
Reply With Quote #12

PHP Code:
#include <amxmodx>

#define result func_call()

public plugin_init()
{
    
result
    result
    result
    result
    result
    result
}

public 
func_call()
{
    
server_print("Function called")

Code:
Function called
Function called
Function called
Function called
Function called
Function called
PHP Code:
#include <amxmodx>


public plugin_init()
{
    new 
result func_call()
    
result
    result
    result
    result
    result
    result
}

public 
func_call()
{
    
server_print("Function called")

Code:
Function called

This is a simple concept, it shouldn't be a topic of 2 pages. Plus, we are derailing the topic. Do some research on your own or open a topic in scripting help if you want more information. I already explained several times in several different ways so there is nothing else I can do.
__________________

Last edited by HamletEagle; 10-09-2021 at 04:38.
HamletEagle is offline
 



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 23:56.


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