Raised This Month: $51 Target: $400
 12% 

Return value for PrintToChatAll ?


  
 
 
Thread Tools Display Modes
Prev Previous Post   Next Post Next
Author Message
roohsavar
Junior Member
Join Date: Jun 2013
Location: IRAN
Old 09-05-2019 , 14:45   Return value for PrintToChatAll ?
Reply With Quote #1


Hi Guys ,

Is code editing correct?
And
What can be the return value?

PHP Code:

void PrintToChatAll
(String:format[])
{
    new 
String:buffer[256];
    new 
1;
    while (
<= MaxClients)
    {
        if (
IsClientInGame(i))
        {
            
SetGlobalTransTarget(i);
            
VFormat(buffer254format2);
            
PrintToChat(i"%s"buffer);
        }
        
i++;
    }
    return  ? ;

roohsavar 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 07:11.


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