error 004: function "PlayerToPoint" is not implemented - HELP
#2

The warning means that you forwarded a function, and used it but didn't create it. Hard to explain, but here's a example.

pawn Code:
forward Test();

main() {
  Test(); // Notice there's no public code.
}
Reply


Messages In This Thread
error 004: function "PlayerToPoint" is not implemented - HELP - by CaliforniaRP - 04.04.2010, 18:26
Re: error 004: function "PlayerToPoint" is not implemented - HELP - by Carlton - 04.04.2010, 18:39
Re: error 004: function "PlayerToPoint" is not implemented - HELP - by CaliforniaRP - 04.04.2010, 18:54
Re: error 004: function "PlayerToPoint" is not implemented - HELP - by biltong - 04.04.2010, 20:13

Forum Jump:


Users browsing this thread: 1 Guest(s)