Raised This Month: $ Target: $400
 0% 

Problem on my plugin


  
 
 
Thread Tools Display Modes
Prev Previous Post   Next Post Next
schmurgel1983
Veteran Member
Join Date: Aug 2006
Location: Germany
Old 07-29-2014 , 16:25   Re: Problem on my plugin
Reply With Quote #9

Quote:
Originally Posted by MrKiller2010 View Post
Change:
PHP Code:
public eventRoundEndid )
{
    if(
is_user_alive(id))
    {
        new 
XPtoGive 400 // Change amount of XP
        
ColorChat(id,"You have received %s for surviving the round"XPtoGive);
        
iXp[id]+= XPtoGive
        
    
}

To:
PHP Code:
public eventRoundEndid )
{
    if(
is_user_alive(id))
    {
        
ColorChat(id,"You have received 400 for surviving the round");
        
iXp[id]+= 400
        
    
}

xD

EDIT: btw NikKOo31 good work ^^
__________________

Working on:
nothing

Last edited by schmurgel1983; 07-29-2014 at 16:26.
schmurgel1983 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 13:16.


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