[Plugin] Advanced-SA-NickName (ASAN)
#21

This looks interesting. Good job!
Reply
#22

Quote:
Originally Posted by KrYpToDeN
View Post
Could you give me some examples?
I don't quite understand what you mean.
/cmd Nick_Name
/cmd Nick Name
Reply
#23

Quote:
Originally Posted by KrYpToDeN
View Post
Build for OS Centos
This, alone, impresses me.
Reply
#24

Quote:
Originally Posted by fiki574
View Post
/cmd Nick_Name
/cmd Nick Name
You could add that an underscore gets detected as space, so that you can type "Nick_Name" to find "Nick Name".
This is also just a problem if you use strtok or any other method that uses a space as delimiter.
Reply
#25

Quote:
Originally Posted by fiki574
View Post
/cmd Nick_Name
/cmd Nick Name
Agreed with NaS.
You can control it into your Pawn code.
Also, you can not use this feature into your Plugin. It's disabled by default in the configuration File.

As another solution I can offer you call players in your commands by player's ID. I used this way on my SA:MP server, when i had it.
Reply
#26

That's neat.
Reply
#27

Nice release! It was what I was looking for
Reply
#28

Raise the topic
Reply
#29

Well done KrypToDeN it is usefull for up-comming servers

1. Question > Is it Conflict-free if its combined with MySQL?
Reply
#30

Quote:
Originally Posted by Mobtiesgangsa
View Post
Well done KrypToDeN it is usefull for up-comming servers

1. Question > Is it Conflict-free if its combined with MySQL?
Yes, there will be no conflicts, if you will:

1) Escape special characters, using mysql plugin's special function(s).
2) Insert your 'name' value into ' '. (Example.. "UPDATE `Accounts` SET `Name` = '%s';", name);
Reply


Forum Jump:


Users browsing this thread: 2 Guest(s)