Quote:
Originally Posted by Flori
I make a a very short example:
pawn Код:
strfind("hello_lalala"/*get the name from a player, just an example here*/,"_",false) //now it will give "5" as output. So you can create a code now in which you use the first 5 letters for the "firstname and the 6+ letters for the lastname
|
I kind of understand it, but not everyone has a specific number of characters as first/last name. And i don't know how to make a code to get the first/last name and convert it so that it can be used in a string as Firstname(playerid) and Lastname(playerid) instead of RPN(playerid).