Raised This Month: $ Target: $400
 0% 

[Help Req] Round Money


  
 
 
Thread Tools Display Modes
Prev Previous Post   Next Post Next
Author Message
DeathOrAlive
Member
Join Date: Sep 2015
Location: Sofia, Bulgaria
Old 09-10-2015 , 19:53   [Help Req] Round Money
Reply With Quote #1

Hello guys, so I'm trying to make a code for my VIP users to get +1000$ every round (without the first one ofcourse, it would be unfair), but unfortunately I failed... This is my code, can you tell me where am I making a mistake and fix it for me please?
PHP Code:
public onSpawn(Player)
{
    if(
is_user_alive(Player))
    {
        if(
get_user_flags(Player) & ADMIN_RESERVATION)
        {
            
cs_set_user_money(Playerclamp(cs_get_user_money(Player) + 1000016000));
            new 
name[33]
            
get_user_name(Player,name,charsmax(name))
            
ClientPrintColor(Player"^4[^3FrontLineD2^4]^1Because of his ^4VIP privileges^1, player ^3%s^1 is getting^4 1000$^1 bonus!"name)
        }

    }

__________________
Mess with the best, die like the rest!

Quote:
Originally Posted by aron9forever View Post
You're trying to run 11 servers on each core?
You're bringing the word retard to a new level.
DeathOrAlive is offline
Send a message via Skype™ to DeathOrAlive
 



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 22:17.


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