16.02.2017, 22:23
Quote:
1-star all you did was rip off another script and make some edits.
|
I would have benefited more if I hogged up the script but my conscience tells me that the fires of whatever is in afterlife would hurt painfully so I made up my mind to share the filterscript with the consent of it's creator. We had a discussion on his github and so I posted it up as soon as I finished editing it.
Anyone can learn the filterscript specially now that it uses zcmd and sqlite improved. More readable and understandable for the new generation, though the script is not fully optimized I will find time to optimize it and add more features into it.
And also I have seen two different codes/functions that were confused as the same by most people
PHP Code:
Float:PointAngle(playerid, Float:xa, Float:ya, Float:xb, Float:yb) // this is what most people wanted to get
PHP Code:
SetObjectToFaceCords(objectid, Float:x1,Float:y1,Float:z1) // and this is what most people give