Car system probs..
#2

Код:
new string[128];
for(new c = 0; c < sizeof(Cars); c++)
	{
  printf("loop:%d_%d_%d_%d_",c,vehicleid,Cars[c][cCarID],Cars[c][cCarOwner]);
	if(vehicleid == Cars[c][cCarID] && (Cars[c][cOwner] == 1))
	{
  format(string,sizeof(string),"[ ! ] ID : %d ' %s ' Bought by : %s",Cars[c][cCarID],Cars[c][cDescription],Cars[c][cOwner]);
  SendClientMessage(playerid,COLOR_GREY,string);
  break;
  }
  return 1;
  }
Reply


Messages In This Thread
Car system probs.. - by coole210 - 20.07.2009, 03:19
Re: Car system probs.. - by yezizhu - 20.07.2009, 03:28
Re: Car system probs.. - by coole210 - 20.07.2009, 03:42
Re: Car system probs.. - by yezizhu - 20.07.2009, 03:58
Re: Car system probs.. - by XPlatform - 20.07.2009, 04:17
Re: Car system probs.. - by coole210 - 20.07.2009, 16:58
Re: Car system probs.. - by coole210 - 21.07.2009, 18:18

Forum Jump:


Users browsing this thread: 1 Guest(s)