2 bugs, help!
#2

What about your Member state? You got a separate member for every faction?

2nd bug:
Use a function strset.

pawn Код:
stock strset(dest[], source[])
{
    new count = strlen(source);
    for(new i = 0; i < count; i++)
    {
        dest[i] = source[i];
    }
    dest[count] = 0;
}
Reply


Messages In This Thread
2 bugs, help! - by RLGaming - 07.10.2012, 21:30
Re: 2 bugs, help! - by Riddick94 - 07.10.2012, 21:38
Re: 2 bugs, help! - by RLGaming - 07.10.2012, 21:40
Re: 2 bugs, help! - by Riddick94 - 07.10.2012, 21:46
Re: 2 bugs, help! - by RLGaming - 07.10.2012, 22:08
Re: 2 bugs, help! - by Riddick94 - 07.10.2012, 22:13
Re: 2 bugs, help! - by RLGaming - 07.10.2012, 22:48
Re: 2 bugs, help! - by PrawkC - 07.10.2012, 23:46
Re: 2 bugs, help! - by RLGaming - 08.10.2012, 06:23
Re: 2 bugs, help! - by Riddick94 - 08.10.2012, 17:56

Forum Jump:


Users browsing this thread: 1 Guest(s)