11.08.2010, 16:26
Try adding a printf before udb_RenameUser so you can make sure all of the strings contain the correct information for that function.
Add that just before udb_RenameUser, so I can see what those strings contain.
pawn Код:
printf("pName Contains: %s || tmp contains: %s",pName(playerid),tmp);