Weird Tag Mismatch :S
#1

I get tag mismatch at line 7

format(str, sizeof(str), "Name is %s", Name1);

pawn Код:
if (strcmp("/findname", cmdtext, true, 10) == 0)
{
new File:Name1 = fopen("BusinessOwner.txt", io_read);
new str[100];
while(fread(Name1, str))
{
  format(str, sizeof(str), "Name is %s", Name1);
  SendClientMessage(playerid, COLOR_ERROR, str);
}
return 1;
}
Reply


Messages In This Thread
Weird Tag Mismatch :S - by Kyle - 11.10.2009, 11:24
Re: Weird Tag Mismatch :S - by Donny_k - 11.10.2009, 11:27
Re: Weird Tag Mismatch :S - by Kyle - 11.10.2009, 11:28
Re: Weird Tag Mismatch :S - by Donny_k - 11.10.2009, 11:33

Forum Jump:


Users browsing this thread: 1 Guest(s)