#include<morphic> question
#1

morphic.inc:

pawn Код:
new pdistance = 1;
stock SetPDistance(dista)
{
pdistance = dista;
}
stock GetPDistance()
{
return pdistance;
}
And in my friend's gamemode I found

pawn Код:
SetPDistance(10);
What does SetPDistance function ?
Reply
#2

https://code.******.com/p/samp-open-...rphinc.inc?r=3

taking a look at that im thinking its about getting the distance between 2 points and this basically tells the server to show the name tags for players within 10 distance from it.?? something like that.
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)