fork download
  1. std::array<AMX_NATIVE_INFO,256> custom_natives;
  2. unsigned int addedfuncs = 0;
  3. for each (function in MyCode)
  4. {
  5. if(function.namespace == PawnFunc)
  6. {
  7. custom_natives.at(addedfuncs).func = function;
  8. custom_natives.at(addedfuncs++).name = function_without_PawnFunc;
  9. }
  10. }
Not running #stdin #stdout 0s 0KB
stdin
Standard input is empty
stdout
Standard output is empty