Buggy car loading // HELP ME!!
#3

Quote:
Originally Posted by GoldenLion
Посмотреть сообщение
There's a loop so instead of
Код:
cache_get_field_content(0, "nomefun", CarData[i][pnomefun], g_iHandle, 128);
cache_get_field_content(0, "carPlaca", CarData[i][carPlaca], g_iHandle, 128);
You need to do
Код:
cache_get_field_content(i, "nomefun", CarData[i][pnomefun], g_iHandle, 128);
cache_get_field_content(i, "carPlaca", CarData[i][carPlaca], g_iHandle, 128);
Thank you so much, man!!
Reply


Messages In This Thread
Buggy car loading // HELP ME!! - by Derritee1001 - 14.12.2016, 17:38
Re: Buggy car loading // HELP ME!! - by GoldenLion - 14.12.2016, 18:01
Re: Buggy car loading // HELP ME!! - by Derritee1001 - 14.12.2016, 18:11

Forum Jump:


Users browsing this thread: 1 Guest(s)