Raised This Month: $ Target: $400
 0% 

Trying to Understand #define Macros values in War3TFT


  
 
 
Thread Tools Display Modes
Prev Previous Post   Next Post Next
wEr3
Junior Member
Join Date: Jun 2017
Old 09-02-2022 , 21:04   Re: Trying to Understand #define Macros values in War3TFT
Reply With Quote #8

Just one more thing PLEASE . about these values.

#define PB_ISCONNECTED 21
#define PB_LAST 32

Variable ////
new bool:p_data_b[33][PB_LAST] // Contains player data of type boolean

// Function will check to see if a user is stuck in a wall
public _HU_ULT_BlinkStuck( parm[] )
{

new id = parm[0]

if ( !p_data_b[id][PB_ISCONNECTED] )
{
return;
}
wEr3 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 15:39.


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