+ chari kullandiginda error verir, o yuzden önunde _'de koydum.
[quote author="PAWN Code"][font=courier new]stock strcharc(string[],_char)
{
[color=#1175BD]new[/color] count=[color=#5A89A3]0[/color];
[color=#1175BD]for[/color]([color=#1175BD]new[/color] i = [color=#5A89A3]0[/color]; i<strlen(string); i++)
{
[color=#1175BD]if[/color](string[[color=darkgrey]i[/color]]==_char){count++;}
}
[color=#1175BD]return[/color] count;
}[/font][/quote]
NOT: Bunu elimle tek tek degil, programla renklendirilmistir.