Condition for maximum possible states (Source Code)

Results 1 to 3 of 3
  1. #1
    if(!caffeine) continue; leorond is offline
    MemberRank
    Jul 2012 Join Date
    Czech RepublicLocation
    491Posts

    Condition for maximum possible states (Source Code)

    Hi, I have a little problem with the files season second

    I'm trying to create conditions for maximum stat but I still get the wrong output value for the state.

    Condition I created

    PHP Code:
    int Strenght_Check gObj_GetInt(aIndex0xB8) + Points;
    int MaxStats 32500;

    if(
    Strenght_Check >= MaxStats){
        
    char MaxStatMSG[200];
        
    sprintf_s(MaxStatMSG,"You have reached the maximum number of points %d!"MaxStats);
        
    GCServerMsgStringSend(MaxStatMSGaIndex1);
        return;

    Please Ask where is my mistake?

    When the contents gObjStrength, get a result that has two numbers.
    If it sweeps gObj_GetInt(); function, I get a result that has 11 numbers.

    I am sorry for my English.
    Thanks to all for your help.


  2. #2

    Re: Condition for maximum possible states (Source Code)


  3. #3
    if(!caffeine) continue; leorond is offline
    MemberRank
    Jul 2012 Join Date
    Czech RepublicLocation
    491Posts

    Re: Condition for maximum possible states (Source Code)

    Yes I Go through it but I guess I can see the mistake.

    thank you KarLi



Advertisement