whats wrong
#4

than post next time a complete script with headers :S or say where it belongs too (how you did now)

pawn Код:
public Timer()
{
    static OldMoney = 0x7F800000;  
    new NewMoney = dini_Int("status.ini", "BankMoney");
    if(NewMoney > OldMoney)
    {
        printf("The Bank Has Currently $%s To Give Away To Poor Players.", NewMoney - OldMoney);
    }
    else if(OldMoney > NewMoney)
    {
        printf("The Bank Has Currently Lost $%s.", OldMoney - NewMoney);
    }
    OldMoney = NewMoney;
}
Now it will print something when the value got raised and when it got lowered
and you dont need to write each word with a big starting letter
Reply


Messages In This Thread
whats wrong - by Robbin237 - 11.02.2009, 16:17
Re: whats wrong - by Nero_3D - 11.02.2009, 16:20
Re: whats wrong - by Robbin237 - 11.02.2009, 16:27
Re: whats wrong - by Nero_3D - 11.02.2009, 18:01

Forum Jump:


Users browsing this thread: 1 Guest(s)