20.01.2014, 22:59
Код:
AddARepairPickups
Код:
ARepairPickups(Float:x, Float:y, Float:z)
Код:
AddARepairPickups(x, y, z);
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)