Raised This Month: $ Target: $400
 0% 

Solved Simple Script Fix....


  
 
 
Thread Tools Display Modes
Prev Previous Post   Next Post Next
Adomaz1
Senior Member
Join Date: Feb 2014
Old 03-26-2017 , 06:05   Re: Simple Script Fix....
Reply With Quote #7

Code:
new bool:one_time

public plugin_init() register_event("HLTV", "NewRound", "a", "1=0", "2=0")  

public NewRound() one_time = false

public code()
{
    one_time = true
    
    if(one_time) client_print(id, print_chat, "This Coammnd Can Used 1 Time A Round"
    
    else if(!one_time)
    {
    // Your Code
    }
}
found this on the forums in 10 seconds.

Last edited by Adomaz1; 03-26-2017 at 06:05.
Adomaz1 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 17:55.


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