Repair Error
#2

Код:
AddARepairPickups
Dude, you're using a function that you haven't defined, I mean, the error message is self-explanatory. Perhaps you made a mistake and wrote
Код:
 ARepairPickups(Float:x, Float:y, Float:z)
instead of
Код:
AddARepairPickups(x, y, z);
since the former one seems to do exactly what the name of the latter suggests.


As regards the warnings, add "stock", so change your function headings to the following, compile and see if still gives you the same warning.
Код:
stock ARepairPickups(Float:x, Float:y, Float:z)
stock IsPlayerAtRepair(playerid)
Reply


Messages In This Thread
Repair Error - by DerickClark - 20.01.2014, 22:19
Re: Repair Error - by Rifa4life - 20.01.2014, 22:59
Re: Repair Error - by DerickClark - 20.01.2014, 23:08
Re: Repair Error - by Rifa4life - 20.01.2014, 23:38
Re: Repair Error - by DerickClark - 20.01.2014, 23:41
Re: Repair Error - by Rifa4life - 20.01.2014, 23:52
Re: Repair Error - by DerickClark - 20.01.2014, 23:53
Re: Repair Error - by Rifa4life - 21.01.2014, 00:05
Re: Repair Error - by DerickClark - 21.01.2014, 00:06
Re: Repair Error - by Rifa4life - 21.01.2014, 00:13

Forum Jump:


Users browsing this thread: 1 Guest(s)