Vars changing without being assigned
#2

I actually had a very similar issue, i solved it by doing:
pawn Код:
new string[20];
    format(string, sizeof(string), "playerid: %d", playerid); //for some strange reason it was setting the playerid to 103 EVERYTIME, by this line ... it was fixing the problem.

// rest of code
....

    return 1;
}
Reply


Messages In This Thread
Vars changing without being assigned - by randomkid88 - 09.05.2011, 00:21
Re: Vars changing without being assigned - by Whitetiger - 09.05.2011, 00:31
Re: Vars changing without being assigned - by randomkid88 - 09.05.2011, 01:25
Re: Vars changing without being assigned - by Donya - 09.05.2011, 01:38

Forum Jump:


Users browsing this thread: 1 Guest(s)