Posts: 646
Threads: 148
Joined: Feb 2010
Reputation:
0
How to make algoritm for inverting string, example:
need = deen
yes = sey
etc.
Posts: 646
Threads: 148
Joined: Feb 2010
Reputation:
0
Thanks, i just made... It work's thanks anyway
Posts: 801
Threads: 30
Joined: Mar 2013
Reputation:
0
Sorry, I went off to eat. Also, just saying but your Post count = 666 :P dEVIL <3 good luck
Posts: 646
Threads: 148
Joined: Feb 2010
Reputation:
0
lol :P
reverse is not native samp function...
Posts: 801
Threads: 30
Joined: Mar 2013
Reputation:
0
Yeah sorry, I didn't mean that it was native, just there is a function around somewhere.
Posts: 7,801
Threads: 187
Joined: Feb 2010
Reputation:
0
A native function is (basically) one you don't have to make yourself.
Honestly, I don't know what a good use of the reverse() function would be, except for the exact reason this topic was created (to reverse strings; making hello become olleh).
In terms of SendClientMessageToAdmins() being a native function, no. That's someone you'd have to do yourself.