Pawno bug???
#1

pawn Код:
new owner[MAX_PLAYER_NAME], extortion[35];
        if(isnull(WeaponBiz[idx][wOwner])) // This part works fine.
        {
            owner = "None";
        }
        else
        {
            strins(owner, WeaponBiz[idx][wOwner], 0, MAX_PLAYER_NAME);
        }
        if(isnull(WeaponBiz[idx][wExtortion])) // This gives me the errors, wtf?
        {
            extortion = "None";
        }
        else
        {
            strins(extortion, WeaponBiz[idx][wExtortion], 0, 35);
        }
errors:
pawn Код:
error 001: expected token: ")", but found "["
error 029: invalid expression, assumed zero
error 029: invalid expression, assumed zero
fatal error 107: too many error messages on one line
Anyone know whats going on? This makes me crazy...
Reply


Messages In This Thread
Pawno bug??? - by ddnbb - 19.08.2012, 21:21
Re: Pawno bug??? - by ddnbb - 20.08.2012, 13:01
Re: Pawno bug??? - by Cjgogo - 20.08.2012, 13:07
Re: Pawno bug??? - by ddnbb - 20.08.2012, 13:20
Re: Pawno bug??? - by CentyPoo - 20.08.2012, 13:54
Re: Pawno bug??? - by ddnbb - 20.08.2012, 14:30

Forum Jump:


Users browsing this thread: 1 Guest(s)