Mark deprecated natives with #pragma deprecated
#1

This way people will be warned about deprecated natives at compile time rather than run time:

Код:
warning 234: function is deprecated (symbol "AllowAdminTeleport")
To mark native as deprecated you need to put #pragma deprecated before native declaration:

pawn Код:
#pragma deprecated
native AllowAdminTeleport(allow);
Reply
#2

Just mentioned on this tutorial.
Reply
#3

Quote:
Originally Posted by T0pAz
Посмотреть сообщение
Just mentioned on this tutorial.
Your point?
Reply
#4

He means Kalcor should do this with AllowAdminTeleport and AllowPlayerTeleport, and I agree.
Reply
#5

Good idea, AttachPlayerObjectToPlayer also, and other removed old functions.
Reply
#6

But why the heck do you use them then?
Not used -> No error message
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)