20.07.2009, 03:28
Код:
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; }