Raised This Month: $ Target: $400
 0% 

register_message


  
 
 
Thread Tools Display Modes
Prev Previous Post   Next Post Next
undead52
Senior Member
Join Date: Dec 2016
Old 05-06-2018 , 14:28   Re: register_message
Reply With Quote #5

switched that code but i dont think that is a good code, do you have any good idea ?
PHP Code:
public Message_SetFOV()
{
    new 
fov get_msg_arg_int(1);
    if( 
fov == 90 )
    {
        new 
iVault nvault_open"FoV" );
        new 
players[32], szNumszName[32];
        
get_players(playersszNum)
        for ( new 
0szNumi++)
        {
            new 
id players[i];
            
get_user_name(idszName31);
            
nvault_getiVault szName szDataString charsmaxszDataString ) );  
            
iFov str_to_num(szDataString);
            
set_msg_arg_int(idARG_BYTEiFov);
        
        }
        
    }


Last edited by undead52; 05-06-2018 at 14:28.
undead52 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 04:37.


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